From b189759bcde2783dfc98f78dfd4ebdbcd46a332b Mon Sep 17 00:00:00 2001 From: Rasmus Lerdorf Date: Mon, 2 Oct 2000 17:36:01 +0000 Subject: Clean up the alignment of configure --help output --- ext/pgsql/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/pgsql/config.m4') 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 -- cgit v1.2.1