the decision to debundle libxml2 was made.
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,
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
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)