mirror of
https://github.com/php/php-src.git
synced 2024-11-23 18:04:36 +08:00
MFH
This commit is contained in:
parent
f8050d525f
commit
69b3e17faa
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user