summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2004-02-02 07:47:25 +0000
committerAndrew Bartlett <abartlet@samba.org>2004-02-02 07:47:25 +0000
commitc45c03ac89b45abf1725c6b80b2ef57d73a237bd (patch)
treef07031b539f29c64160cb27f8c7a13ad17763509
parent1daa101516e405c2eb3dd21e41c18360f3d19a6d (diff)
downloadsamba-c45c03ac89b45abf1725c6b80b2ef57d73a237bd.tar.gz
samba-c45c03ac89b45abf1725c6b80b2ef57d73a237bd.tar.bz2
samba-c45c03ac89b45abf1725c6b80b2ef57d73a237bd.zip
Always at least try to compile in cracklib support.
Andrew Bartlett (This used to be commit 6cde5e8307c2425c5c496a2a5fb9fcde6c8ef433)
-rw-r--r--source3/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in
index da046d3cc2..e8f579cfcd 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -2964,7 +2964,7 @@ fi
dictpath="/usr/lib/cracklib_dict"
-
+with_cracklib=yes
###############################################
# test for where we get FaciestCheck from
AC_MSG_CHECKING(where to use cracklib from (default=$dictpath))