From 195092af3d90847be8ea55158daf557b1ae759dc Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Sat, 17 Aug 2024 01:03:00 +0200 Subject: [PATCH] Autotools: Remove redundant SAPI_SHARED assignment 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. --- sapi/apache2handler/config.m4 | 1 - 1 file changed, 1 deletion(-) diff --git a/sapi/apache2handler/config.m4 b/sapi/apache2handler/config.m4 index 0abc8a52368a2..9bb94e6c11361 100644 --- a/sapi/apache2handler/config.m4 +++ b/sapi/apache2handler/config.m4 @@ -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"])