]> granicus.if.org Git - php/commitdiff
re-enable dom by default
authorSterling Hughes <sterling@php.net>
Wed, 25 Jun 2003 22:42:54 +0000 (22:42 +0000)
committerSterling Hughes <sterling@php.net>
Wed, 25 Jun 2003 22:42:54 +0000 (22:42 +0000)
ext/dom/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,