summaryrefslogtreecommitdiff
path: root/source4/auth/config.m4
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-09-06 12:12:42 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:17:45 -0500
commit33d6ffe16a938f43af005297cef766ef6b1e75c6 (patch)
tree3994da6dffeadd8e2f75cb65257775e82defb369 /source4/auth/config.m4
parent1869a8cc6653ad2977b9baf3a88dc8c1a8b67fb9 (diff)
downloadsamba-33d6ffe16a938f43af005297cef766ef6b1e75c6.tar.gz
samba-33d6ffe16a938f43af005297cef766ef6b1e75c6.tar.bz2
samba-33d6ffe16a938f43af005297cef766ef6b1e75c6.zip
r18164: enable the SASL library if found
metze (This used to be commit 675541f24e4681161fcc85422c14f9ecbf30e048)
Diffstat (limited to 'source4/auth/config.m4')
-rw-r--r--source4/auth/config.m43
1 files changed, 2 insertions, 1 deletions
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