diff options
| author | foobar <sniper@php.net> | 2005-05-29 23:17:16 +0000 |
|---|---|---|
| committer | foobar <sniper@php.net> | 2005-05-29 23:17:16 +0000 |
| commit | a20383ba06c911615b8e95387fd3b016670f4ae8 (patch) | |
| tree | 4b378fb473588105450c75e73574b62f62fcffba /ext/libxml | |
| parent | d12196e57555ade57bd1ba90d00c6508a95fa2f7 (diff) | |
| download | php-git-a20383ba06c911615b8e95387fd3b016670f4ae8.tar.gz | |
- Unify the "configure --help" texts
Diffstat (limited to 'ext/libxml')
| -rw-r--r-- | ext/libxml/config0.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/libxml/config0.m4 b/ext/libxml/config0.m4 index 5f23caae08..b6ff14edef 100644 --- a/ext/libxml/config0.m4 +++ b/ext/libxml/config0.m4 @@ -3,11 +3,11 @@ dnl $Id$ dnl PHP_ARG_ENABLE(libxml, whether to enable LIBXML support, -[ --disable-libxml Disable new LIBXML support.], yes) +[ --disable-libxml Disable new LIBXML support], yes) if test -z "$PHP_LIBXML_DIR"; then PHP_ARG_WITH(libxml-dir, libxml2 install dir, - [ --with-libxml-dir[=DIR] libxml2 install prefix.], no, no) + [ --with-libxml-dir[=DIR] libxml2 install prefix], no, no) fi if test "$PHP_LIBXML" != "no"; then |
