sterling                Tue Jun 24 20:05:47 2003 EDT

  Modified files:              (Branch: PHP_5)
    /php-src/ext/dom    config.m4 
  Log:
  --with-dom now that the old dom extension is 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.3.2.1
--- 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:05:47 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.3.2.1 2003/06/25 00:05:47 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