From: Sterling Hughes Date: Wed, 25 Jun 2003 22:42:54 +0000 (+0000) Subject: re-enable dom by default X-Git-Tag: RELEASE_1_0_2~42 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=936c9d57369d907f730f1b7042548ab819b184b5;p=php re-enable dom by default --- 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,