summaryrefslogtreecommitdiff
path: root/ext/pdo_pgsql
diff options
context:
space:
mode:
authorChristopher Jones <sixd@php.net>2013-08-06 11:06:09 -0700
committerChristopher Jones <sixd@php.net>2013-08-06 11:06:09 -0700
commitc6d977dd395262c5c8d9091519a41aebe6f40db9 (patch)
tree39bf5036d1bd84bfeb544436e297b05759dd9462 /ext/pdo_pgsql
parent930183f9611560b831ebcb454aae8ee9a40294dc (diff)
downloadphp-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_pgsql')
-rw-r--r--ext/pdo_pgsql/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo_pgsql/config.m4 b/ext/pdo_pgsql/config.m4
index f9254a8fd9..afe42e06a5 100644
--- a/ext/pdo_pgsql/config.m4
+++ b/ext/pdo_pgsql/config.m4
@@ -4,7 +4,7 @@ dnl vim:et:sw=2:ts=2:
PHP_ARG_WITH(pdo-pgsql,for PostgreSQL support for PDO,
[ --with-pdo-pgsql[=DIR] PDO: PostgreSQL support. DIR is the PostgreSQL base
- install directory or the path to pg_config])
+ install directory or the path to pg_config])
if test "$PHP_PDO_PGSQL" != "no"; then