From: foobar Date: Fri, 22 Jul 2005 22:00:55 +0000 (+0000) Subject: revert fix that did not fix anything X-Git-Tag: RELEASE_0_9~32 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=03897956b2d60c98ebdd1261e955d1b06008cc2f;p=php revert fix that did not fix anything --- diff --git a/ext/pgsql/config.m4 b/ext/pgsql/config.m4 index 95540d4eb4..37f77c1930 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 lib lib/pgsql lib/postgres lib/postgresql ""; do + for j in lib $PHP_LIBDIR/pgsql $PHP_LIBDIR/postgres $PHP_LIBDIR/postgresql ""; do if test -f "$i/$j/libpq.so" || test -f "$i/$j/libpq.a"; then PGSQL_LIBDIR=$i/$j fi