From: Sterling Hughes Date: Wed, 25 Jun 2003 00:17:41 +0000 (+0000) Subject: can now be --with-dom, as the old domxml is now in pecl X-Git-Tag: RELEASE_1_0_2~64 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fa36b5bfa4015cbe16246399ea3a61545dceb0fc;p=php can now be --with-dom, as the old domxml is now in pecl --- 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