--with-dom now that the old dom extension is in pecl

This commit is contained in:
Sterling Hughes 2003-06-25 00:05:47 +00:00
parent 160cc59066
commit 02398ff90e

View 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