diff options
-rw-r--r-- | ext/hash/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
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 |