From 156553ed9a15298678972e309bd3f05ed2ef3caa Mon Sep 17 00:00:00 2001 From: Arnaud Le Blanc Date: Sun, 7 Sep 2008 13:13:53 +0000 Subject: [PATCH] Fixed #45911 (Cannot disable ext/hash) --- ext/hash/config.m4 | 3 +++ ext/mhash/config.m4 | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ext/hash/config.m4 b/ext/hash/config.m4 index 1c61b89b04..dd4b275c69 100644 --- a/ext/hash/config.m4 +++ b/ext/hash/config.m4 @@ -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) diff --git a/ext/mhash/config.m4 b/ext/mhash/config.m4 index 48ee49d23f..0d7578e192 100644 --- a/ext/mhash/config.m4 +++ b/ext/mhash/config.m4 @@ -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) -- 2.50.1