From 76906e04435fe0277990e48082c21c2158735e9b Mon Sep 17 00:00:00 2001 From: foobar Date: Thu, 20 Jan 2005 00:54:18 +0000 Subject: [PATCH] - Add --with-libdir to phpized builds too --- scripts/phpize.m4 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/phpize.m4 b/scripts/phpize.m4 index ea286179d4..303ea5cfe2 100644 --- a/scripts/phpize.m4 +++ b/scripts/phpize.m4 @@ -44,6 +44,11 @@ PHP_CONFIG_NICE(config.nice) 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 -- 2.40.0