summaryrefslogtreecommitdiff
path: root/ext/xmlwriter
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/xmlwriter
parentbcd9356df51183637c6ba16ef5b161bbe41c3877 (diff)
downloadphp-git-2fae8d37c0e11fa046753f753f5be700a8b4c667.tar.gz
Enable hash & xmlwriter by default
Diffstat (limited to 'ext/xmlwriter')
-rw-r--r--ext/xmlwriter/config.m44
1 files changed, 2 insertions, 2 deletions
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