summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@zend.com>2019-10-10 16:24:15 +0300
committerDmitry Stogov <dmitry@zend.com>2019-10-10 16:28:59 +0300
commit33958ccb3600daa3a3b96671aadada5e75bfd075 (patch)
treed041f8805c4c3e050e7ca954a689bc9d99fa47bc /configure.ac
parent1bb1a1ee285e0a41247f2f60e8f0f03e8a1d9325 (diff)
downloadphp-git-33958ccb3600daa3a3b96671aadada5e75bfd075.tar.gz
Revert "Fixed CLI/CGI/FPM build, when they are built together with Apache SAPI"
This reverts commit db094b4b2e5ef0f0c30f412ce3a2516e31e17da7.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index a522bdc2b5..8f19fe0e60 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1103,9 +1103,7 @@ enable_static=yes
case $php_sapi_module in
shared[)]
- if test "$PHP_CGI" = "no" && test "$PHP_CLI" = "no" && test "$PHP_FPM" = "no" && test "$PHP_LITESPEED" = "no" && test "$PHP_PHPDBG" = "no"; then
- enable_static=no
- fi
+ enable_static=no
case $with_pic in
yes)
standard_libtool_flag='-prefer-pic'