diff options
author | Andrei Zmievski <andrei@php.net> | 2006-04-08 17:34:57 +0000 |
---|---|---|
committer | Andrei Zmievski <andrei@php.net> | 2006-04-08 17:34:57 +0000 |
commit | 3411f2bca132c16142ded4d0fabf0f4130aeb18b (patch) | |
tree | b5cbc1485fd302cd8c8fbbe6eecc39ff7f267ccd /scripts | |
parent | 7ca9d096898c6715ed49f13278c0b797b1a892ac (diff) | |
download | php-git-3411f2bca132c16142ded4d0fabf0f4130aeb18b.tar.gz |
Separate suffixes of shared libraries that we link against and the ones
we load with dlopen(). This matters on Mac OS X, for example.
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/phpize.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/phpize.m4 b/scripts/phpize.m4 index 62618f7ee7..de2d3a2f80 100644 --- a/scripts/phpize.m4 +++ b/scripts/phpize.m4 @@ -60,6 +60,7 @@ AC_ARG_WITH(libdir, PHP_RUNPATH_SWITCH PHP_SHLIB_SUFFIX_NAME +PHP_SHLIB_BUILD_SUFFIX_NAME PHP_WITH_PHP_CONFIG PHP_BUILD_SHARED |