diff options
author | Stig Bakken <ssb@php.net> | 1999-07-21 14:43:12 +0000 |
---|---|---|
committer | Stig Bakken <ssb@php.net> | 1999-07-21 14:43:12 +0000 |
commit | 57f0f15b9f2c903ff0aaaaa12917b47ee9308de0 (patch) | |
tree | d694b88de5860a66122b969ab41723c5e28e8673 /ext/pgsql/config.m4 | |
parent | 968d6d9f8d636e14dda035da94da5d56675aa61c (diff) | |
download | php-git-57f0f15b9f2c903ff0aaaaa12917b47ee9308de0.tar.gz |
Debian fixes
Diffstat (limited to 'ext/pgsql/config.m4')
-rw-r--r-- | ext/pgsql/config.m4 | 1 |
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 |