diff options
| author | Ilia Alshanetsky <iliaa@php.net> | 2005-12-02 02:18:54 +0000 |
|---|---|---|
| committer | Ilia Alshanetsky <iliaa@php.net> | 2005-12-02 02:18:54 +0000 |
| commit | 2fae8d37c0e11fa046753f753f5be700a8b4c667 (patch) | |
| tree | ce35ab564678a0aa77f295011c969ec0ef3bf846 /ext/hash | |
| parent | bcd9356df51183637c6ba16ef5b161bbe41c3877 (diff) | |
| download | php-git-2fae8d37c0e11fa046753f753f5be700a8b4c667.tar.gz | |
Enable hash & xmlwriter by default
Diffstat (limited to 'ext/hash')
| -rw-r--r-- | ext/hash/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/hash/config.m4 b/ext/hash/config.m4 index 9371ce04b9..7886b9e38e 100644 --- a/ext/hash/config.m4 +++ b/ext/hash/config.m4 @@ -2,7 +2,7 @@ dnl $Id$ dnl config.m4 for extension hash PHP_ARG_ENABLE(hash, whether to enable hash support, -[ --enable-hash Enable hash support]) +[ --disable-hash Disable hash support], yes) if test "$PHP_HASH" != "no"; then AC_DEFINE(HAVE_HASH_EXT,1,[Have HASH Extension]) |
