File tree 2 files changed +2
-6
lines changed
2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -19,14 +19,10 @@ AC_DEFUN(PHP_DOM_CHECK_VERSION,[
19
19
CPPFLAGS=$old_CPPFLAGS
20
20
] )
21
21
22
- PHP_ARG_WITH(dom5, for DOM support,
22
+ PHP_ARG_WITH(dom5, for new DOM support,
23
23
[ --with-dom5[ =DIR] Include new DOM support (requires libxml >= 2.4.14).
24
24
DIR is the libxml install directory.] )
25
25
26
- if test "$PHP_DOM" != "no" -a "$PHP_DOM5" != "no"; then
27
- AC_MSG_ERROR ( [ Either use deprecated dom or new dom5 extension.] )
28
- fi
29
-
30
26
if test -z "$PHP_ZLIB_DIR"; then
31
27
PHP_ARG_WITH(zlib-dir, for the location of libz,
32
28
[ --with-zlib-dir[ =DIR] DOM: Set the path to libz install prefix.] , no, no)
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ AC_DEFUN(PHP_DOM_EXSLT_CHECK_VERSION,[
36
36
CPPFLAGS=$old_CPPFLAGS
37
37
] )
38
38
39
- PHP_ARG_WITH(dom, for DOM support,
39
+ PHP_ARG_WITH(dom, for old deprecated DOM support,
40
40
[ --with-dom[ =DIR] Old deprecated DOM support (requires libxml >= 2.4.14).
41
41
DIR is the libxml install directory.] )
42
42
You can’t perform that action at this time.
0 commit comments