mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Autotools: Remove redundant SAPI_SHARED assignment (#15453)
When the target system is Darwin, the SAPI_SHARED is already set to libs/libphp.so (instead of libs/libphp.dylib) in configure.ac and in php.m4 via PHP_SHLIB_SUFFIX_NAMES.
This commit is contained in:
@@ -99,7 +99,6 @@ if test "$PHP_APXS2" != "no"; then
|
||||
MH_BUNDLE_FLAGS="-bundle -bundle_loader $APXS_HTTPD $MH_BUNDLE_FLAGS"
|
||||
PHP_SUBST([MH_BUNDLE_FLAGS])
|
||||
php_sapi_apache2handler_type=bundle
|
||||
SAPI_SHARED=libs/libphp.so
|
||||
INSTALL_IT="$INSTALL_IT $SAPI_SHARED"
|
||||
],
|
||||
[INSTALL_IT="$INSTALL_IT $SAPI_LIBTOOL"])
|
||||
|
||||
Reference in New Issue
Block a user