MFB: Sync with source distro, enable hash by default

This commit is contained in:
Edin Kadribasic 2006-03-03 14:35:29 +00:00
parent 2a2050d4e3
commit 75287c2261

View File

@ -1,7 +1,7 @@
// $Id$
// vim:ft=javascript
ARG_ENABLE("hash", "enable hash support", "no");
ARG_ENABLE("hash", "enable hash support", "yes");
if (PHP_HASH != "no") {
AC_DEFINE('HAVE_HASH_EXT', 1);