svn commit: samba r18164 - in branches/SAMBA_4_0/source/auth: .

metze at samba.org metze at samba.org
Wed Sep 6 12:12:42 GMT 2006


Author: metze
Date: 2006-09-06 12:12:42 +0000 (Wed, 06 Sep 2006)
New Revision: 18164

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18164

Log:
enable the SASL library if found

metze
Modified:
   branches/SAMBA_4_0/source/auth/config.m4


Changeset:
Modified: branches/SAMBA_4_0/source/auth/config.m4
===================================================================
--- branches/SAMBA_4_0/source/auth/config.m4	2006-09-06 12:10:25 UTC (rev 18163)
+++ branches/SAMBA_4_0/source/auth/config.m4	2006-09-06 12:12:42 UTC (rev 18164)
@@ -23,7 +23,8 @@
 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



More information about the samba-cvs mailing list