tony2001                Mon Jul 21 07:27:00 2008 UTC

  Modified files:              
    /php-src/ext/hash   config.m4 
  Log:
  this should be "=", not "=="
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/hash/config.m4?r1=1.13&r2=1.14&diff_format=u
Index: php-src/ext/hash/config.m4
diff -u php-src/ext/hash/config.m4:1.13 php-src/ext/hash/config.m4:1.14
--- php-src/ext/hash/config.m4:1.13     Sat Jun 28 15:20:49 2008
+++ php-src/ext/hash/config.m4  Mon Jul 21 07:27:00 2008
@@ -1,11 +1,11 @@
-dnl $Id: config.m4,v 1.13 2008/06/28 15:20:49 scottmac Exp $
+dnl $Id: config.m4,v 1.14 2008/07/21 07:27:00 tony2001 Exp $
 dnl config.m4 for extension hash
 
 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
 



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to