sterling Wed Jun 25 18:42:54 2003 EDT
Modified files:
/php-src/ext/dom config.m4
Log:
re-enable dom by default
Index: php-src/ext/dom/config.m4
diff -u php-src/ext/dom/config.m4:1.8 php-src/ext/dom/config.m4:1.9
--- php-src/ext/dom/config.m4:1.8 Wed Jun 25 18:40:05 2003
+++ php-src/ext/dom/config.m4 Wed Jun 25 18:42:54 2003
@@ -1,5 +1,5 @@
dnl
-dnl $Id: config.m4,v 1.8 2003/06/25 22:40:05 sniper Exp $
+dnl $Id: config.m4,v 1.9 2003/06/25 22:42:54 sterling 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.])
+ DIR is the libxml install directory.], yes)
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