summaryrefslogtreecommitdiff
path: root/ext/pgsql/config.m4
diff options
context:
space:
mode:
authorStig Bakken <ssb@php.net>1999-07-21 14:43:12 +0000
committerStig Bakken <ssb@php.net>1999-07-21 14:43:12 +0000
commit57f0f15b9f2c903ff0aaaaa12917b47ee9308de0 (patch)
treed694b88de5860a66122b969ab41723c5e28e8673 /ext/pgsql/config.m4
parent968d6d9f8d636e14dda035da94da5d56675aa61c (diff)
downloadphp-git-57f0f15b9f2c903ff0aaaaa12917b47ee9308de0.tar.gz
Debian fixes
Diffstat (limited to 'ext/pgsql/config.m4')
-rw-r--r--ext/pgsql/config.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/pgsql/config.m4 b/ext/pgsql/config.m4
index bd83c2794e..c40840cc3c 100644
--- a/ext/pgsql/config.m4
+++ b/ext/pgsql/config.m4
@@ -12,6 +12,7 @@ AC_ARG_WITH(pgsql,
else
PGSQL_INCDIR=$withval/include
test -d $withval/include/pgsql && PGSQL_INCDIR=$withval/include/pgsql
+ test -d $withval/include/postgresql && PGSQL_INCDIR=$withval/include/postgresql
PGSQL_LIBDIR=$withval/lib
test -d $withval/lib/pgsql && PGSQL_LIBDIR=$withval/lib/pgsql
fi