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/soap/config.m4 | |
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/soap/config.m4')
-rw-r--r-- | ext/soap/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/soap/config.m4 b/ext/soap/config.m4 index 8acad8dee3..7fa8c6f0ec 100644 --- a/ext/soap/config.m4 +++ b/ext/soap/config.m4 @@ -6,7 +6,7 @@ PHP_ARG_ENABLE(soap, whether to enable SOAP support, if test -z "$PHP_LIBXML_DIR"; then PHP_ARG_WITH(libxml-dir, libxml2 install dir, - [ --with-libxml-dir=DIR SOAP: libxml2 install prefix], no, no) + [ --with-libxml-dir=DIR SOAP: libxml2 install prefix], no, no) fi if test "$PHP_SOAP" != "no"; then |