mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-04 19:05:24 +00:00
Fix enablement of SASL
This commit is contained in:
parent
9cf2573c8a
commit
38b2478b41
@ -1,3 +1,7 @@
|
|||||||
|
Wed Jan 23 14:36:00 EST 2008 Daniel P. Berrange <berrange@redhat.com>
|
||||||
|
|
||||||
|
* configure.in: Fix enablement of SASL
|
||||||
|
|
||||||
Wed Jan 23 14:47:00 BST 2008 Richard W.M. Jones <rjones@redhat.com>
|
Wed Jan 23 14:47:00 BST 2008 Richard W.M. Jones <rjones@redhat.com>
|
||||||
|
|
||||||
Portability improvements for Mac OS X.
|
Portability improvements for Mac OS X.
|
||||||
|
@ -398,7 +398,7 @@ if test "x$with_sasl" != "xno"; then
|
|||||||
[You must install the Cyrus SASL development package in order to compile libvirt])
|
[You must install the Cyrus SASL development package in order to compile libvirt])
|
||||||
fi])
|
fi])
|
||||||
if test "x$with_sasl" != "xno" ; then
|
if test "x$with_sasl" != "xno" ; then
|
||||||
AC_CHECK_LIB(sasl2, sasl_client_init,[],[
|
AC_CHECK_LIB(sasl2, sasl_client_init,[with_sasl=yes],[
|
||||||
if test "x$with_sasl" = "xcheck" ; then
|
if test "x$with_sasl" = "xcheck" ; then
|
||||||
with_sasl=no
|
with_sasl=no
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user