提交 38b2478b 编写于 作者: D Daniel P. Berrange

Fix enablement of SASL

上级 9cf2573c
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>
Portability improvements for Mac OS X.
......
......@@ -398,12 +398,12 @@ if test "x$with_sasl" != "xno"; then
[You must install the Cyrus SASL development package in order to compile libvirt])
fi])
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
with_sasl=no
else
AC_MSG_ERROR(
[You must install the Cyrus SASL library in order to compile and run libvirt])
AC_MSG_ERROR(
[You must install the Cyrus SASL library in order to compile and run libvirt])
fi])
fi
CFLAGS="$old_cflags"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册