diff options
author | foobar <sniper@php.net> | 2006-04-10 12:16:17 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2006-04-10 12:16:17 +0000 |
commit | 276171f8715e9b32a26604a2f4aa93a1667cd36d (patch) | |
tree | 7ae15a01cd4b811ae72e90b1fa38c36bc5abae32 /scripts | |
parent | 22a8c3113bbd6e4d7015f1bffc8be5d091789566 (diff) | |
download | php-git-276171f8715e9b32a26604a2f4aa93a1667cd36d.tar.gz |
MFH: - Determine the shared/link lib suffixes in one macro.
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/phpize.m4 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/phpize.m4 b/scripts/phpize.m4 index de2d3a2f80..384d44cd9b 100644 --- a/scripts/phpize.m4 +++ b/scripts/phpize.m4 @@ -59,8 +59,7 @@ AC_ARG_WITH(libdir, [PHP_LIBDIR=$withval], [PHP_LIBDIR=lib]) PHP_RUNPATH_SWITCH -PHP_SHLIB_SUFFIX_NAME -PHP_SHLIB_BUILD_SUFFIX_NAME +PHP_SHLIB_SUFFIX_NAMES PHP_WITH_PHP_CONFIG PHP_BUILD_SHARED |