diff options
| author | foobar <sniper@php.net> | 2005-05-29 23:17:16 +0000 |
|---|---|---|
| committer | foobar <sniper@php.net> | 2005-05-29 23:17:16 +0000 |
| commit | a20383ba06c911615b8e95387fd3b016670f4ae8 (patch) | |
| tree | 4b378fb473588105450c75e73574b62f62fcffba /ext/pgsql/config.m4 | |
| parent | d12196e57555ade57bd1ba90d00c6508a95fa2f7 (diff) | |
| download | php-git-a20383ba06c911615b8e95387fd3b016670f4ae8.tar.gz | |
- Unify the "configure --help" texts
Diffstat (limited to 'ext/pgsql/config.m4')
| -rw-r--r-- | ext/pgsql/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pgsql/config.m4 b/ext/pgsql/config.m4 index f2b56aa628..c635a2d7e5 100644 --- a/ext/pgsql/config.m4 +++ b/ext/pgsql/config.m4 @@ -7,7 +7,7 @@ AC_DEFUN([PHP_PGSQL_CHECK_FUNCTIONS],[ PHP_ARG_WITH(pgsql,for PostgreSQL support, [ --with-pgsql[=DIR] Include PostgreSQL support. DIR is the PostgreSQL - base install directory or the path to pg_config.]) + base install directory or the path to pg_config]) if test "$PHP_PGSQL" != "no"; then PHP_EXPAND_PATH($PGSQL_INCLUDE, PGSQL_INCLUDE) |
