diff options
Diffstat (limited to 'ext/libxml/config0.m4')
| -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 |
