summaryrefslogtreecommitdiff
path: root/ext/xml/config.m4
diff options
context:
space:
mode:
authorSterling Hughes <sterling@php.net>2003-06-25 20:53:52 +0000
committerSterling Hughes <sterling@php.net>2003-06-25 20:53:52 +0000
commit75abafdfc32520f27cb8d01862671d3190e11e7f (patch)
tree58187be31f44c6bb7ec0f9949be2532a39649f6d /ext/xml/config.m4
parentedd1db3f0ff1f194e44bfc69269bd84c3e27e4ce (diff)
downloadphp-git-75abafdfc32520f27cb8d01862671d3190e11e7f.tar.gz
these should be enabled by default. At least this much was agreed upon when
the decision to debundle libxml2 was made.
Diffstat (limited to 'ext/xml/config.m4')
-rw-r--r--ext/xml/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/xml/config.m4 b/ext/xml/config.m4
index cde0533de9..5902fadaf7 100644
--- a/ext/xml/config.m4
+++ b/ext/xml/config.m4
@@ -3,7 +3,7 @@ dnl $Id$
dnl
PHP_ARG_ENABLE(xml,whether to enable XML support,
-[ --disable-xml Disable XML support. Requires libxml2.], yes)
+[ --disable-xml Disable XML support.], yes)
PHP_ARG_WITH(libxml-dir, libxml install dir,
[ --with-libxml-dir=DIR XML: libxml install prefix], no, no)