mirror of
https://github.com/php/php-src.git
synced 2024-12-12 03:15:29 +08:00
can now be --with-dom, as the old domxml is now in pecl
This commit is contained in:
parent
7a24772485
commit
fa36b5bfa4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user