From: Antony Dovgal Date: Mon, 21 Jul 2008 07:27:13 +0000 (+0000) Subject: MFH X-Git-Tag: php-5.3.0alpha1~253 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=69b3e17faa9608a1788dd0f6cf9465607a3514f1;p=php MFH --- diff --git a/ext/hash/config.m4 b/ext/hash/config.m4 index b426b16e04..1c61b89b04 100644 --- a/ext/hash/config.m4 +++ b/ext/hash/config.m4 @@ -5,7 +5,7 @@ PHP_ARG_ENABLE(hash, whether to enable hash support, [ --disable-hash Disable hash support], yes) if test "$PHP_MHASH" != "no"; then - if test "$PHP_HASH" == "no"; then + if test "$PHP_HASH" = "no"; then PHP_HASH="yes" fi