diff options
Diffstat (limited to 'ext/mhash/config.m4')
-rw-r--r-- | ext/mhash/config.m4 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/ext/mhash/config.m4 b/ext/mhash/config.m4 index bd99ebb52f..f8cda29d57 100644 --- a/ext/mhash/config.m4 +++ b/ext/mhash/config.m4 @@ -1,10 +1,9 @@ +dnl dnl $Id$ -dnl config.m4 for extension mhash -dnl don't forget to call PHP_EXTENSION(mhash) +dnl PHP_ARG_WITH(mhash, for mhash support, -[ --with-mhash[=DIR] Include mhash support. DIR is the mhash - install directory.]) +[ --with-mhash[=DIR] Include mhash support.]) if test "$PHP_MHASH" != "no"; then for i in /usr/local /usr /opt/mhash $PHP_MHASH; do |