From 75abafdfc32520f27cb8d01862671d3190e11e7f Mon Sep 17 00:00:00 2001 From: Sterling Hughes Date: Wed, 25 Jun 2003 20:53:52 +0000 Subject: these should be enabled by default. At least this much was agreed upon when the decision to debundle libxml2 was made. --- ext/dom/config.m4 | 2 +- ext/simplexml/config.m4 | 2 +- ext/xml/config.m4 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ext/dom/config.m4 b/ext/dom/config.m4 index 9c1b753..4d72141 100644 --- a/ext/dom/config.m4 +++ b/ext/dom/config.m4 @@ -21,7 +21,7 @@ AC_DEFUN(PHP_DOM_CHECK_VERSION,[ PHP_ARG_WITH(dom, for new DOM support, [ --with-dom[=DIR] Include new DOM support (requires libxml >= 2.4.14). - DIR is the libxml install directory.]) + DIR is the libxml install directory.], yes) if test -z "$PHP_ZLIB_DIR"; then PHP_ARG_WITH(zlib-dir, for the location of libz, diff --git a/ext/simplexml/config.m4 b/ext/simplexml/config.m4 index aa1cf4c..ea86149 100644 --- a/ext/simplexml/config.m4 +++ b/ext/simplexml/config.m4 @@ -2,7 +2,7 @@ dnl $Id$ dnl config.m4 for extension simplexml PHP_ARG_WITH(simplexml, for simplexml support, -[ --with-simplexml Include simplexml support]) +[ --with-simplexml Include simplexml support], yes) if test "$PHP_SIMPLEXML" != "no"; then diff --git a/ext/xml/config.m4 b/ext/xml/config.m4 index cde0533..5902fad 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) -- cgit v0.12