sterling                Tue Jun 24 20:17:41 2003 EDT

  Modified files:              
    /php-src/ext/dom    config.m4 
  Log:
  can now be --with-dom, as the old domxml is now in pecl
  
  
Index: php-src/ext/dom/config.m4
diff -u php-src/ext/dom/config.m4:1.3 php-src/ext/dom/config.m4:1.4
--- php-src/ext/dom/config.m4:1.3       Sat Jun 14 09:35:09 2003
+++ php-src/ext/dom/config.m4   Tue Jun 24 20:17:41 2003
@@ -1,5 +1,5 @@
 dnl
-dnl $Id: config.m4,v 1.3 2003/06/14 13:35:09 helly Exp $
+dnl $Id: config.m4,v 1.4 2003/06/25 00:17:41 sterling Exp $
 dnl
 
 AC_DEFUN(PHP_DOM_CHECK_VERSION,[
@@ -19,8 +19,8 @@
   CPPFLAGS=$old_CPPFLAGS
 ])
 
-PHP_ARG_WITH(dom5, for new DOM support,
-[  --with-dom5[=DIR]       Include new DOM support (requires libxml >= 2.4.14).
+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.])
 
 if test -z "$PHP_ZLIB_DIR"; then



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to