From 813bd6732052755fe00d9a0d9d12991c344a4a27 Mon Sep 17 00:00:00 2001 From: Yasuo Ohgaki Date: Fri, 22 Jul 2005 18:48:14 +0000 Subject: [PATCH] fix build with older postgresql --- ext/pgsql/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/pgsql/config.m4 b/ext/pgsql/config.m4 index c635a2d7e5..95540d4eb4 100644 --- a/ext/pgsql/config.m4 +++ b/ext/pgsql/config.m4 @@ -44,7 +44,7 @@ if test "$PHP_PGSQL" != "no"; then fi done - for j in $PHP_LIBDIR $PHP_LIBDIR/pgsql $PHP_LIBDIR/postgres $PHP_LIBDIR/postgresql ""; do + for j in lib lib/pgsql lib/postgres lib/postgresql ""; do if test -f "$i/$j/libpq.so" || test -f "$i/$j/libpq.a"; then PGSQL_LIBDIR=$i/$j fi -- 2.40.0