]> granicus.if.org Git - php/commitdiff
Fixed #45911 (Cannot disable ext/hash)
authorArnaud Le Blanc <lbarnaud@php.net>
Sun, 7 Sep 2008 13:13:53 +0000 (13:13 +0000)
committerArnaud Le Blanc <lbarnaud@php.net>
Sun, 7 Sep 2008 13:13:53 +0000 (13:13 +0000)
ext/hash/config.m4
ext/mhash/config.m4

index 1c61b89b047ff7039c71682a03ccbefe32b15fd3..dd4b275c6964d8bbd4cc28c2b6356910275b9b11 100644 (file)
@@ -1,6 +1,9 @@
 dnl $Id$
 dnl config.m4 for extension hash
 
+PHP_ARG_WITH(mhash, for mhash support,
+[  --with-mhash[=DIR]      Include mhash support])
+
 PHP_ARG_ENABLE(hash, whether to enable hash support,
 [  --disable-hash          Disable hash support], yes)
 
index 48ee49d23fcb8425bd0e6278caf68192147152f0..0d7578e1924e4e1653ffc9ed05cf782eb77f3282 100644 (file)
@@ -2,9 +2,6 @@ dnl
 dnl $Id$
 dnl
 
-PHP_ARG_WITH(mhash, for mhash support,
-[  --with-mhash[=DIR]      Include mhash support])
-
 if test "$PHP_MHASH" != "no"; then
        PHP_NEW_EXTENSION(mhash, mhash.c, $ext_shared)
        PHP_SUBST(MHASH_SHARED_LIBADD)