diff options
author | Andrew Bartlett <abartlet@samba.org> | 2004-02-02 07:47:25 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2004-02-02 07:47:25 +0000 |
commit | c45c03ac89b45abf1725c6b80b2ef57d73a237bd (patch) | |
tree | f07031b539f29c64160cb27f8c7a13ad17763509 /source3 | |
parent | 1daa101516e405c2eb3dd21e41c18360f3d19a6d (diff) | |
download | samba-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)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/configure.in | 2 |
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)) |