sniper Wed Jun 25 18:40:05 2003 EDT Modified files: /php-src/ext/dom config.m4 Log: This should not be enabled by default, ext/xml is.. Index: php-src/ext/dom/config.m4 diff -u php-src/ext/dom/config.m4:1.7 php-src/ext/dom/config.m4:1.8 --- php-src/ext/dom/config.m4:1.7 Wed Jun 25 16:53:52 2003 +++ php-src/ext/dom/config.m4 Wed Jun 25 18:40:05 2003 @@ -1,5 +1,5 @@ dnl -dnl $Id: config.m4,v 1.7 2003/06/25 20:53:52 sterling Exp $ +dnl $Id: config.m4,v 1.8 2003/06/25 22:40:05 sniper Exp $ dnl AC_DEFUN(PHP_DOM_CHECK_VERSION,[ @@ -21,7 +21,7 @@ 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.], yes) + DIR is the libxml install directory.]) if test -z "$PHP_ZLIB_DIR"; then PHP_ARG_WITH(zlib-dir, for the location of libz,
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php