Skip to content

Commit

Permalink
re-enable dom by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Sterling Hughes committed Jun 25, 2003
1 parent 0a6f6ba commit 936c9d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/dom/config.m4
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ AC_DEFUN(PHP_DOM_CHECK_VERSION,[

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.])
DIR is the libxml install directory.], yes)

if test -z "$PHP_ZLIB_DIR"; then
PHP_ARG_WITH(zlib-dir, for the location of libz,
Expand Down

0 comments on commit 936c9d5

Please sign in to comment.