Skip to content

Commit 33958cc

Browse files
committed
Revert "Fixed CLI/CGI/FPM build, when they are built together with Apache SAPI"
This reverts commit db094b4.
1 parent 1bb1a1e commit 33958cc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

configure.ac

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1103,9 +1103,7 @@ enable_static=yes
11031103

11041104
case $php_sapi_module in
11051105
shared[)]
1106-
if test "$PHP_CGI" = "no" && test "$PHP_CLI" = "no" && test "$PHP_FPM" = "no" && test "$PHP_LITESPEED" = "no" && test "$PHP_PHPDBG" = "no"; then
1107-
enable_static=no
1108-
fi
1106+
enable_static=no
11091107
case $with_pic in
11101108
yes)
11111109
standard_libtool_flag='-prefer-pic'

0 commit comments

Comments
 (0)