summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2005-12-02 02:18:54 +0000
committerIlia Alshanetsky <iliaa@php.net>2005-12-02 02:18:54 +0000
commit2fae8d37c0e11fa046753f753f5be700a8b4c667 (patch)
treece35ab564678a0aa77f295011c969ec0ef3bf846 /ext
parentbcd9356df51183637c6ba16ef5b161bbe41c3877 (diff)
downloadphp-git-2fae8d37c0e11fa046753f753f5be700a8b4c667.tar.gz
Enable hash & xmlwriter by default
Diffstat (limited to 'ext')
-rw-r--r--ext/hash/config.m42
-rw-r--r--ext/xmlwriter/config.m44
2 files changed, 3 insertions, 3 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])
diff --git a/ext/xmlwriter/config.m4 b/ext/xmlwriter/config.m4
index a1952b3879..54e33a7dec 100644
--- a/ext/xmlwriter/config.m4
+++ b/ext/xmlwriter/config.m4
@@ -19,8 +19,8 @@ AC_DEFUN([PHP_XMLWRITER_CHECK_VERSION],[
CPPFLAGS=$old_CPPFLAGS
])
-PHP_ARG_WITH(xmlwriter, for XMLWriter support,
-[ --with-xmlwriter Include XMLWriter support.])
+PHP_ARG_ENABLE(xmlwriter, whether to enable XMLWriter support,
+[ --disable-xmlwriter Disable XMLWriter support.], yes)
if test "$PHP_XMLWRITER" != "no"; then