diff options
author | Sascha Schumann <sas@php.net> | 1999-05-21 20:09:23 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 1999-05-21 20:09:23 +0000 |
commit | 00cb03bd49f6d5b4428d090bf76b33c144e32902 (patch) | |
tree | fbcd14512dc9ae8e93086f0055d98e636f236369 /ext/mhash/config.m4 | |
parent | e3a70c1f04e8fc8df5fb7ba64509bc08ae25f12c (diff) | |
download | php-git-00cb03bd49f6d5b4428d090bf76b33c144e32902.tar.gz |
add support for mhash 0.5.0
see http://sasweb.de/mhash/
Diffstat (limited to 'ext/mhash/config.m4')
-rw-r--r-- | ext/mhash/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mhash/config.m4 b/ext/mhash/config.m4 index 0678f8701c..5a19821462 100644 --- a/ext/mhash/config.m4 +++ b/ext/mhash/config.m4 @@ -8,7 +8,7 @@ AC_ARG_WITH(mhash, install directory.], [ if test "$withval" != "no"; then - for i in /usr/local /usr $withval; do + for i in /usr/local /usr /opt/mhash $withval; do if test -f $i/include/mhash.h; then MHASH_DIR=$i fi |