diff options
author | foobar <sniper@php.net> | 2002-02-28 23:25:18 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2002-02-28 23:25:18 +0000 |
commit | 77a9678496f1c377d68377a8b798ecd6bd542916 (patch) | |
tree | 17ff9eb5203e2e92f037dc8e48f71fe2a7e84320 /ext/crack | |
parent | 38b3e061a7f4057f2621d085fe6ae7c4fa82c825 (diff) | |
download | php-git-77a9678496f1c377d68377a8b798ecd6bd542916.tar.gz |
- Fixed a typo. (caught by jtate@php.net)
Diffstat (limited to 'ext/crack')
-rw-r--r-- | ext/crack/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/crack/config.m4 b/ext/crack/config.m4 index 8e01fcf46b..c3503f108d 100644 --- a/ext/crack/config.m4 +++ b/ext/crack/config.m4 @@ -8,7 +8,7 @@ PHP_ARG_WITH(crack, for CRACKlib support, if test "$PHP_CRACK" != "no"; then for i in /usr/local/lib /usr/lib $PHP_CRACK/lib $PHP_CRACK/cracklib; do - test -f $i/lib/libcrack.$SHLIB_SUFFIX_NAME -o -f $i/libcrack.a && CRACK_LIBDIR=$i + test -f $i/libcrack.$SHLIB_SUFFIX_NAME -o -f $i/libcrack.a && CRACK_LIBDIR=$i done for i in /usr/local/include /usr/include $PHP_CRACK/include $PHP_CRACK/cracklib; do |