summaryrefslogtreecommitdiff
path: root/ext/pgsql/config.m4
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pgsql/config.m4')
-rw-r--r--ext/pgsql/config.m48
1 files changed, 5 insertions, 3 deletions
diff --git a/ext/pgsql/config.m4 b/ext/pgsql/config.m4
index 44860ee993..e1103f4f89 100644
--- a/ext/pgsql/config.m4
+++ b/ext/pgsql/config.m4
@@ -1,8 +1,10 @@
dnl config.m4 for extension pgsql
-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])
+PHP_ARG_WITH([pgsql],
+ [for PostgreSQL support],
+ [AS_HELP_STRING([[--with-pgsql[=DIR]]],
+ [Include PostgreSQL support. DIR is the PostgreSQL base install directory or
+ the path to pg_config])])
if test "$PHP_PGSQL" != "no"; then
PHP_EXPAND_PATH($PGSQL_INCLUDE, PGSQL_INCLUDE)