]> granicus.if.org Git - php/commitdiff
revert fix that did not fix anything
authorfoobar <sniper@php.net>
Fri, 22 Jul 2005 22:00:55 +0000 (22:00 +0000)
committerfoobar <sniper@php.net>
Fri, 22 Jul 2005 22:00:55 +0000 (22:00 +0000)
ext/pgsql/config.m4

index 95540d4eb4c3cb3f8b45741c471c2759181cc3f8..37f77c19309572eb66ceb4264fc1a2e3e69fde12 100644 (file)
@@ -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