diff options
| author | foobar <sniper@php.net> | 2005-12-03 01:06:36 +0000 |
|---|---|---|
| committer | foobar <sniper@php.net> | 2005-12-03 01:06:36 +0000 |
| commit | c7e4853008a3697dbf99de1d36e8afa310553610 (patch) | |
| tree | b628760d3a29b355ec384df936e34bc542adb6ac | |
| parent | c456c16952b526789c6c94c51c6a6fd06abebaff (diff) | |
| download | php-git-c7e4853008a3697dbf99de1d36e8afa310553610.tar.gz | |
fix configure --help output
| -rw-r--r-- | ext/xmlwriter/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/xmlwriter/config.m4 b/ext/xmlwriter/config.m4 index 01ad73abaa..5f1e7144e5 100644 --- a/ext/xmlwriter/config.m4 +++ b/ext/xmlwriter/config.m4 @@ -3,7 +3,7 @@ dnl $Id$ dnl PHP_ARG_ENABLE(xmlwriter, whether to enable XMLWriter support, -[ --disable-xmlwriter Disable XMLWriter support.], yes) +[ --disable-xmlwriter Disable XMLWriter support], yes) if test -z "$PHP_LIBXML_DIR"; then PHP_ARG_WITH(libxml-dir, libxml2 install dir, |
