summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorSebastien Tricaud <toady@gscore.org>2005-03-30 09:45:55 +0000
committerSebastien Tricaud <toady@gscore.org>2005-03-30 09:45:55 +0000
commitd9d7f8271057e87ca766a91873321e3d9c203984 (patch)
tree74726f4102effb528bf86c0132ab35971bc875fe /configure
parentf2d8e740a26f7fad4e32584d86d489fccbc767da (diff)
fixed configure issue with new cracklib
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 9bd29eec..dd37f2e3 100755
--- a/configure
+++ b/configure
@@ -5971,7 +5971,7 @@ done
echo "$as_me:$LINENO: checking path to cracklib dictionary" >&5
echo $ECHO_N "checking path to cracklib dictionary... $ECHO_C" >&6
DICT_DIR_CANDIDATES="/usr/lib /usr/share/dict /usr/share/lib \
- /usr/local/lib /usr/local/share/lib"
+ /usr/local/lib /usr/local/share/lib /usr/share/cracklib"
DICT_FILE_CANDIDATES="pw_dict cracklib_dict"
CRACKLIB_DICTPATH=""
for d in $DICT_DIR_CANDIDATES ; do