From ea5dd34c77aad29e783636faaabf6b361059be18 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Thu, 27 Nov 2008 21:58:38 +0000 Subject: [PATCH] - MFH: fix build --- ext/hash/config.w32 | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/hash/config.w32 b/ext/hash/config.w32 index f80317a15ef..d854f12db2c 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") {