summaryrefslogtreecommitdiff
path: root/ext/pgsql
diff options
context:
space:
mode:
authorJani Taskinen <jani@php.net>2007-07-11 21:51:10 +0000
committerJani Taskinen <jani@php.net>2007-07-11 21:51:10 +0000
commitb394a74797b7ca5ee8bcd326c380c423b9f7ce3f (patch)
tree54fa61c7c15772b3cfd15d6251cf1d054df29d02 /ext/pgsql
parent020eb987ea72890cf671ef0fba2fca2fb2407b59 (diff)
downloadphp-git-b394a74797b7ca5ee8bcd326c380c423b9f7ce3f.tar.gz
- Removed unused empty macro and nuked illegal use of $withval
Diffstat (limited to 'ext/pgsql')
-rw-r--r--ext/pgsql/config.m45
1 files changed, 1 insertions, 4 deletions
diff --git a/ext/pgsql/config.m4 b/ext/pgsql/config.m4
index 1efd997719..1c73bbcbe3 100644
--- a/ext/pgsql/config.m4
+++ b/ext/pgsql/config.m4
@@ -2,9 +2,6 @@ dnl
dnl $Id$
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])