diff options
| author | Joe Orton <jorton@php.net> | 2004-11-03 14:32:52 +0000 |
|---|---|---|
| committer | Joe Orton <jorton@php.net> | 2004-11-03 14:32:52 +0000 |
| commit | 2685ca935fceb0dbb4cb61161c93444cec7eef2c (patch) | |
| tree | d8a3df250ee349710abf8ff900af5226b6d05c9f /ext/pgsql/config.m4 | |
| parent | 557cda47a06bd879835d864c1874671b35f82093 (diff) | |
| download | php-git-2685ca935fceb0dbb4cb61161c93444cec7eef2c.tar.gz | |
Update extensions to use /path/to/$PHP_LIBDIR rather than /path/to/lib
to support multi-ABI platforms.
Diffstat (limited to 'ext/pgsql/config.m4')
| -rw-r--r-- | ext/pgsql/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pgsql/config.m4 b/ext/pgsql/config.m4 index b6ebfb1a57..dbe7b41230 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 $PHP_LIBDIR $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 |
