]> granicus.if.org Git - php/commit
Core changes to support multi-ABI platforms with libraries in
authorJoe Orton <jorton@php.net>
Wed, 3 Nov 2004 14:07:09 +0000 (14:07 +0000)
committerJoe Orton <jorton@php.net>
Wed, 3 Nov 2004 14:07:09 +0000 (14:07 +0000)
commit557cda47a06bd879835d864c1874671b35f82093
tree9c05984f63da02fe77a4cae08b02fe3dcc4f91b0
parentee39ec7d0a28bf50e37635d9ee6fc79ba211d7bf
Core changes to support multi-ABI platforms with libraries in
/usr/lib64 rather than /usr/lib.

* configure.in: Add --with-libdir flag; define PHP_LIBDIR.

* acinclude.m4 (PHP_REMOVE_USR_LIB, PHP_RUNPATH_SWITCH,
PHP_ADD_LIBPATH): Check for /usr/$PHP_LIBDIR rather than /usr/lib.
(PHP_SETUP_OPENSSL, PHP_SETUP_ICONV): Use /path/to/$PHP_LIBDIR in
place of /path/to/lib.
acinclude.m4
configure.in