summaryrefslogtreecommitdiff
path: root/ext/pgsql/config.m4
diff options
context:
space:
mode:
authorRasmus Lerdorf <rasmus@php.net>2000-10-02 17:36:01 +0000
committerRasmus Lerdorf <rasmus@php.net>2000-10-02 17:36:01 +0000
commitb189759bcde2783dfc98f78dfd4ebdbcd46a332b (patch)
tree13d47f4802ea99c8057e10368331e04cf953fbd6 /ext/pgsql/config.m4
parentc26b4d8c9f6323eeae6650ef0b86c58a3c79d095 (diff)
downloadphp-git-b189759bcde2783dfc98f78dfd4ebdbcd46a332b.tar.gz
Clean up the alignment of configure --help output
Diffstat (limited to 'ext/pgsql/config.m4')
-rw-r--r--ext/pgsql/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pgsql/config.m4 b/ext/pgsql/config.m4
index dfe1cea051..99d5bbeb7d 100644
--- a/ext/pgsql/config.m4
+++ b/ext/pgsql/config.m4
@@ -5,7 +5,7 @@ AC_DEFUN(PGSQL_INC_CHK,[if test -r $i$1/libpq-fe.h; then PGSQL_DIR=$i; PGSQL_INC
PHP_ARG_WITH(pgsql,for PostgreSQL support,
[ --with-pgsql[=DIR] Include PostgreSQL support. DIR is the PostgreSQL
base install directory, defaults to /usr/local/pgsql.
- Set DIR to "shared" to build as a dl, or "shared,DIR"
+ Set DIR to "shared" to build as a dl, or "shared,DIR"
to build as a dl and still specify DIR.])
if test "$PHP_PGSQL" != "no"; then