diff options
| author | Sterling Hughes <sterling@php.net> | 2003-06-25 20:53:52 +0000 |
|---|---|---|
| committer | Sterling Hughes <sterling@php.net> | 2003-06-25 20:53:52 +0000 |
| commit | 75abafdfc32520f27cb8d01862671d3190e11e7f (patch) | |
| tree | 58187be31f44c6bb7ec0f9949be2532a39649f6d /ext/xml/config.m4 | |
| parent | edd1db3f0ff1f194e44bfc69269bd84c3e27e4ce (diff) | |
| download | php-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.m4 | 2 |
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) |
