summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSterling Hughes <sterling@php.net>2003-06-25 00:05:47 +0000
committerSterling Hughes <sterling@php.net>2003-06-25 00:05:47 +0000
commit02398ff90ec0ac183ba33f4c55883ae68198fc97 (patch)
tree4d404289aa7bda02f77808c3cc3053c9a56e9e32
parent160cc590664788cbed10bd0ffabfd53aa9e8ac18 (diff)
downloadphp-git-migration/unlabaled-1.3.2.tar.gz
--with-dom now that the old dom extension is in peclmigration/unlabaled-1.3.2
-rw-r--r--ext/dom/config.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/dom/config.m4 b/ext/dom/config.m4
index 9a36b71e33..b71df7988c 100644
--- a/ext/dom/config.m4
+++ b/ext/dom/config.m4
@@ -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