sniper Wed Jan 19 19:54:19 2005 EDT Modified files: /php-src/scripts phpize.m4 Log: - Add --with-libdir to phpized builds too http://cvs.php.net/diff.php/php-src/scripts/phpize.m4?r1=1.9&r2=1.10&ty=u Index: php-src/scripts/phpize.m4 diff -u php-src/scripts/phpize.m4:1.9 php-src/scripts/phpize.m4:1.10 --- php-src/scripts/phpize.m4:1.9 Fri Jan 7 01:12:42 2005 +++ php-src/scripts/phpize.m4 Wed Jan 19 19:54:18 2005 @@ -44,6 +44,11 @@ AC_PROG_CC AC_PROG_CC_C_O +dnl Support systems with system libraries in e.g. /usr/lib64 +AC_ARG_WITH(libdir, +[ --with-libdir=NAME Look for libraries in .../NAME rather than .../lib], +[PHP_LIBDIR=$withval], [PHP_LIBDIR=lib]) + PHP_RUNPATH_SWITCH PHP_SHLIB_SUFFIX_NAME PHP_WITH_PHP_CONFIG
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php