]> granicus.if.org Git - php/commitdiff
can now be --with-dom, as the old domxml is now in pecl
authorSterling Hughes <sterling@php.net>
Wed, 25 Jun 2003 00:17:41 +0000 (00:17 +0000)
committerSterling Hughes <sterling@php.net>
Wed, 25 Jun 2003 00:17:41 +0000 (00:17 +0000)
ext/dom/config.m4

index 9a36b71e33700d21ac13445c0eb68bf48ca69626..b71df7988c6689532908222724dad2997168fff4 100644 (file)
@@ -19,8 +19,8 @@ AC_DEFUN(PHP_DOM_CHECK_VERSION,[
   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