]> granicus.if.org Git - php/commitdiff
MFH
authorAntony Dovgal <tony2001@php.net>
Mon, 21 Jul 2008 07:27:13 +0000 (07:27 +0000)
committerAntony Dovgal <tony2001@php.net>
Mon, 21 Jul 2008 07:27:13 +0000 (07:27 +0000)
ext/hash/config.m4

index b426b16e04269041e95ac849538de66c3b72f2d1..1c61b89b047ff7039c71682a03ccbefe32b15fd3 100644 (file)
@@ -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