]> granicus.if.org Git - php/commitdiff
these should be enabled by default. At least this much was agreed upon when
authorSterling Hughes <sterling@php.net>
Wed, 25 Jun 2003 20:53:52 +0000 (20:53 +0000)
committerSterling Hughes <sterling@php.net>
Wed, 25 Jun 2003 20:53:52 +0000 (20:53 +0000)
the decision to debundle libxml2 was made.

ext/dom/config.m4
ext/simplexml/config.m4
ext/xml/config.m4

index 9c1b753a7dec484645aea17c20445698c7564ab7..4d72141795eb1866a2e313d777d74f2f501e8448 100644 (file)
@@ -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,
index aa1cf4c917e5146f495ee451cd3b557c4dd90fa7..ea861491fdad7039e663e79419a04d13286618aa 100644 (file)
@@ -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
 
index cde0533de9e0c800c74750908da3015c580525cc..5902fadaf78a644a3f42b9449b238a17cb694f83 100644 (file)
@@ -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)