]> granicus.if.org Git - php/commitdiff
MFH *.a check
authorSascha Schumann <sas@php.net>
Thu, 1 Aug 2002 10:19:17 +0000 (10:19 +0000)
committerSascha Schumann <sas@php.net>
Thu, 1 Aug 2002 10:19:17 +0000 (10:19 +0000)
ext/pgsql/config.m4

index 1979e5d15c20935000987aefdf24d9ad54ddfbd5..a79de777f8137ffdbfb174b53675f49076e819b8 100644 (file)
@@ -27,7 +27,7 @@ if test "$PHP_PGSQL" != "no"; then
     done
 
     for j in lib lib/pgsql lib/postgres lib/postgresql ""; do
-      if test -f "$i/$j/libpq.so"; then 
+      if test -f "$i/$j/libpq.so" || test -f "$i/$j/libpq.a"; then 
         PGSQL_LIBDIR=$i/$j
       fi
     done