From: Pierre Joye Date: Thu, 27 Nov 2008 21:57:15 +0000 (+0000) Subject: - fix build.. X-Git-Tag: BEFORE_HEAD_NS_CHANGES_MERGE~64 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=85204e95f887d67d1b2befbca9f030f8272b3e49;p=php - fix build.. --- diff --git a/ext/hash/config.w32 b/ext/hash/config.w32 index a1041e4e19..d854f12db2 100644 --- a/ext/hash/config.w32 +++ b/ext/hash/config.w32 @@ -2,6 +2,7 @@ // vim:ft=javascript ARG_ENABLE("hash", "enable hash support", "yes"); +ARG_WITH("mhash", "mhash support", "no"); if (PHP_MHASH != "no") { if (PHP_HASH == "no") { @@ -10,7 +11,6 @@ if (PHP_MHASH != "no") { AC_DEFINE('PHP_MHASH_BC', 1); } - if (PHP_HASH != "no") { AC_DEFINE('HAVE_HASH_EXT', 1); EXTENSION("hash", "hash.c hash_md.c hash_sha.c hash_ripemd.c hash_haval.c "