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/pdo_firebird | |
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/pdo_firebird')
-rw-r--r-- | ext/pdo_firebird/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo_firebird/config.m4 b/ext/pdo_firebird/config.m4 index 7b6f669a50..a89ab2aea5 100644 --- a/ext/pdo_firebird/config.m4 +++ b/ext/pdo_firebird/config.m4 @@ -4,7 +4,7 @@ dnl PHP_ARG_WITH(pdo-firebird,for Firebird support for PDO, [ --with-pdo-firebird[=DIR] PDO: Firebird support. DIR is the Firebird base - install directory [/opt/firebird]]) + install directory [/opt/firebird]]) if test "$PHP_PDO_FIREBIRD" != "no"; then |