- MFH: fix build

This commit is contained in:
Pierre Joye 2008-11-27 21:58:38 +00:00
parent 9c11d5e138
commit ea5dd34c77

View File

@ -2,6 +2,7 @@
// vim:ft=javascript // vim:ft=javascript
ARG_ENABLE("hash", "enable hash support", "yes"); ARG_ENABLE("hash", "enable hash support", "yes");
ARG_WITH("mhash", "mhash support", "no");
if (PHP_MHASH != "no") { if (PHP_MHASH != "no") {
if (PHP_HASH == "no") { if (PHP_HASH == "no") {