diff options
| author | Sterling Hughes <sterling@php.net> | 2003-06-25 00:17:41 +0000 |
|---|---|---|
| committer | Sterling Hughes <sterling@php.net> | 2003-06-25 00:17:41 +0000 |
| commit | fa36b5bfa4015cbe16246399ea3a61545dceb0fc (patch) | |
| tree | 743a0b657893b305d397457e6cee28ba4009f670 /ext | |
| parent | 7a247724858d1f1b1fc18cc7956c19562f3ec620 (diff) | |
| download | php-git-fa36b5bfa4015cbe16246399ea3a61545dceb0fc.tar.gz | |
can now be --with-dom, as the old domxml is now in pecl
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/dom/config.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/dom/config.m4 b/ext/dom/config.m4 index 9a36b71e33..b71df7988c 100644 --- a/ext/dom/config.m4 +++ b/ext/dom/config.m4 @@ -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 |
