yohgaki Sun Jul 24 19:11:47 2005 EDT
Modified files: (Branch: PHP_4_4)
/php-src/ext/pgsql config.m4
Log:
fix build with older pgsql.
http://cvs.php.net/diff.php/php-src/ext/pgsql/config.m4?r1=1.34.4.2.2.1&r2=1.34.4.2.2.2&ty=u
Index: php-src/ext/pgsql/config.m4
diff -u php-src/ext/pgsql/config.m4:1.34.4.2.2.1
php-src/ext/pgsql/config.m4:1.34.4.2.2.2
--- php-src/ext/pgsql/config.m4:1.34.4.2.2.1 Fri Jul 1 05:10:14 2005
+++ php-src/ext/pgsql/config.m4 Sun Jul 24 19:11:45 2005
@@ -1,5 +1,5 @@
dnl
-dnl $Id: config.m4,v 1.34.4.2.2.1 2005/07/01 09:10:14 derick Exp $
+dnl $Id: config.m4,v 1.34.4.2.2.2 2005/07/24 23:11:45 yohgaki Exp $
dnl
AC_DEFUN([PHP_PGSQL_CHECK_FUNCTIONS],[
@@ -44,7 +44,7 @@
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
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php