summaryrefslogtreecommitdiff
path: root/ext/hash
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2008-07-21 07:27:13 +0000
committerAntony Dovgal <tony2001@php.net>2008-07-21 07:27:13 +0000
commit69b3e17faa9608a1788dd0f6cf9465607a3514f1 (patch)
treea25a8c1ea57491a9fea7b9afa81d071c2b9256c0 /ext/hash
parentf8050d525f33958ec397e559344b14c7025480ac (diff)
downloadphp-git-69b3e17faa9608a1788dd0f6cf9465607a3514f1.tar.gz
MFH
Diffstat (limited to 'ext/hash')
-rw-r--r--ext/hash/config.m42
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