Skip to content

Commit 8db3d36

Browse files
authored
Autotools: Remove redundant SAPI_SHARED assignment (php#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.
1 parent a400298 commit 8db3d36

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sapi/apache2handler/config.m4

-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ if test "$PHP_APXS2" != "no"; then
9999
MH_BUNDLE_FLAGS="-bundle -bundle_loader $APXS_HTTPD $MH_BUNDLE_FLAGS"
100100
PHP_SUBST([MH_BUNDLE_FLAGS])
101101
php_sapi_apache2handler_type=bundle
102-
SAPI_SHARED=libs/libphp.so
103102
INSTALL_IT="$INSTALL_IT $SAPI_SHARED"
104103
],
105104
[INSTALL_IT="$INSTALL_IT $SAPI_LIBTOOL"])

0 commit comments

Comments
 (0)