From 1084d24e9d2cd7a70902063f37d8df73993cab10 Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Mon, 21 Jul 2008 07:27:00 +0000 Subject: [PATCH] this should be "=", not "==" --- ext/hash/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/hash/config.m4 b/ext/hash/config.m4 index b426b16e042..1c61b89b047 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