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.m47
1 files changed, 2 insertions, 5 deletions
diff --git a/ext/pgsql/config.m4 b/ext/pgsql/config.m4
index d62ef296a..6fa2d0dab 100644
--- a/ext/pgsql/config.m4
+++ b/ext/pgsql/config.m4
@@ -1,10 +1,7 @@
dnl
-dnl $Id: config.m4,v 1.46.2.1.2.4 2007/02/18 17:05:53 iliaa Exp $
+dnl $Id: config.m4,v 1.46.2.1.2.5 2007/07/11 21:51:55 jani Exp $
dnl
-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])
@@ -63,7 +60,7 @@ if test "$PHP_PGSQL" != "no"; then
fi
if test -z "$PGSQL_INCLUDE" -a -z "$PGSQL_LIBDIR" ; then
- AC_MSG_ERROR([Unable to find libpq anywhere under $withval])
+ AC_MSG_ERROR([Unable to find libpq anywhere under $PGSQL_SEARCH_PATHS])
fi
AC_DEFINE(HAVE_PGSQL,1,[Whether to build PostgreSQL support or not])