From 33d6ffe16a938f43af005297cef766ef6b1e75c6 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 6 Sep 2006 12:12:42 +0000 Subject: r18164: enable the SASL library if found metze (This used to be commit 675541f24e4681161fcc85422c14f9ecbf30e048) --- source4/auth/config.m4 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source4/auth/config.m4') diff --git a/source4/auth/config.m4 b/source4/auth/config.m4 index e70df2e400..1338b775ec 100644 --- a/source4/auth/config.m4 +++ b/source4/auth/config.m4 @@ -23,7 +23,8 @@ AC_CHECK_LIB_EXT(sasl2, SASL_LIBS, sasl_client_init) SMB_EXT_LIB(SASL, $SASL_LIBS) if test x"$ac_cv_header_sasl_sasl_h" = x"yes" -a x"$ac_cv_lib_ext_sasl2_sasl_client_init" = x"yes";then + SMB_ENABLE(SASL,YES) SMB_ENABLE(cyrus_sasl,YES) else - SMB_ENABLE(cyrus_sasl, NO) + SMB_ENABLE(cyrus_sasl,NO) fi -- cgit