Skip to content

Commit 02398ff

Browse files
author
Sterling Hughes
committed
--with-dom now that the old dom extension is in pecl
1 parent 160cc59 commit 02398ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/dom/config.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ AC_DEFUN(PHP_DOM_CHECK_VERSION,[
1919
CPPFLAGS=$old_CPPFLAGS
2020
])
2121

22-
PHP_ARG_WITH(dom5, for new DOM support,
23-
[ --with-dom5[=DIR] Include new DOM support (requires libxml >= 2.4.14).
22+
PHP_ARG_WITH(dom, for new DOM support,
23+
[ --with-dom[=DIR] Include new DOM support (requires libxml >= 2.4.14).
2424
DIR is the libxml install directory.])
2525

2626
if test -z "$PHP_ZLIB_DIR"; then

0 commit comments

Comments
 (0)