From c45c03ac89b45abf1725c6b80b2ef57d73a237bd Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 2 Feb 2004 07:47:25 +0000 Subject: Always at least try to compile in cracklib support. Andrew Bartlett (This used to be commit 6cde5e8307c2425c5c496a2a5fb9fcde6c8ef433) --- source3/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- cgit