1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +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:
Peter Kokot
2024-08-17 10:02:33 +02:00
committed by GitHub
parent a400298d96
commit 8db3d36f2f

View File

@@ -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"])