tony2001 Mon Jul 21 07:27:13 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/hash config.m4
Log:
MFH
http://cvs.php.net/viewvc.cgi/php-src/ext/hash/config.m4?r1=1.10.2.4.2.1.2.1&r2=1.10.2.4.2.1.2.2&diff_format=u
Index: php-src/ext/hash/config.m4
diff -u php-src/ext/hash/config.m4:1.10.2.4.2.1.2.1
php-src/ext/hash/config.m4:1.10.2.4.2.1.2.2
--- php-src/ext/hash/config.m4:1.10.2.4.2.1.2.1 Thu Jun 26 22:33:16 2008
+++ php-src/ext/hash/config.m4 Mon Jul 21 07:27:13 2008
@@ -1,11 +1,11 @@
-dnl $Id: config.m4,v 1.10.2.4.2.1.2.1 2008/06/26 22:33:16 scottmac Exp $
+dnl $Id: config.m4,v 1.10.2.4.2.1.2.2 2008/07/21 07:27:13 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