diff options
| author | Christopher Jones <sixd@php.net> | 2013-08-06 11:06:09 -0700 |
|---|---|---|
| committer | Christopher Jones <sixd@php.net> | 2013-08-06 11:06:09 -0700 |
| commit | c6d977dd395262c5c8d9091519a41aebe6f40db9 (patch) | |
| tree | 39bf5036d1bd84bfeb544436e297b05759dd9462 /ext/xmlreader | |
| parent | 930183f9611560b831ebcb454aae8ee9a40294dc (diff) | |
| download | php-git-c6d977dd395262c5c8d9091519a41aebe6f40db9.tar.gz | |
Fix long-standing visual pain point: the misalignment of './configure help' text.
Whitespace changes and a couple of grammar fixes.
Diffstat (limited to 'ext/xmlreader')
| -rw-r--r-- | ext/xmlreader/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/xmlreader/config.m4 b/ext/xmlreader/config.m4 index 3614996fb4..d346b58eea 100644 --- a/ext/xmlreader/config.m4 +++ b/ext/xmlreader/config.m4 @@ -7,7 +7,7 @@ PHP_ARG_ENABLE(xmlreader, whether to enable XMLReader support, if test -z "$PHP_LIBXML_DIR"; then PHP_ARG_WITH(libxml-dir, libxml2 install dir, - [ --with-libxml-dir=DIR XMLReader: libxml2 install prefix], no, no) + [ --with-libxml-dir=DIR XMLReader: libxml2 install prefix], no, no) fi if test "$PHP_XMLREADER" != "no"; then |
