From: Sterling Hughes Date: Wed, 25 Jun 2003 20:53:52 +0000 (+0000) Subject: these should be enabled by default. At least this much was agreed upon when X-Git-Tag: RELEASE_1_0_2~47 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=75abafdfc32520f27cb8d01862671d3190e11e7f;p=php these should be enabled by default. At least this much was agreed upon when the decision to debundle libxml2 was made. --- diff --git a/ext/dom/config.m4 b/ext/dom/config.m4 index 9c1b753a7d..4d72141795 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 aa1cf4c917..ea861491fd 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 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)