summaryrefslogtreecommitdiffstats
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
commit6cde5e8307c2425c5c496a2a5fb9fcde6c8ef433 (patch)
treec7af43404f0a6b41d38abb6983085ec3628a451c
parent2202667ebb713fb5d933fcaa1c19dc761da47ccb (diff)
downloadsamba-6cde5e8307c2425c5c496a2a5fb9fcde6c8ef433.tar.gz
samba-6cde5e8307c2425c5c496a2a5fb9fcde6c8ef433.tar.xz
samba-6cde5e8307c2425c5c496a2a5fb9fcde6c8ef433.zip
Always at least try to compile in cracklib support.
Andrew Bartlett
-rw-r--r--source/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/configure.in b/source/configure.in
index da046d3cc25..e8f579cfcd7 100644
--- a/source/configure.in
+++ b/source/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))