File tree 2 files changed +0
-9
lines changed
2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -260,12 +260,6 @@ if test "$enable_maintainer_zts" = "yes"; then
260
260
PTHREADS_FLAGS
261
261
fi
262
262
263
- if test "$PHP_ENABLE_FASTCGI" = "yes"; then
264
- PHP_CONFIGURE_PART(Running FastCGI checks)
265
- sinclude ( sapi/cgi/libfcgi/acinclude.m4 )
266
- sinclude ( sapi/cgi/libfcgi/libfcgi.m4 )
267
- fi
268
-
269
263
divert ( 3 )
270
264
271
265
dnl ## In diversion 3 we check for compile-time options to the PHP
Original file line number Diff line number Diff line change @@ -98,14 +98,11 @@ if test "$PHP_SAPI" = "default"; then
98
98
if test "$PHP_ENABLE_FASTCGI" = "yes"; then
99
99
PHP_FASTCGI=1
100
100
PHP_FCGI_FILES="fastcgi.c"
101
- PHP_FCGI_STATIC=1
102
101
else
103
102
PHP_FASTCGI=0
104
103
PHP_FCGI_FILES=""
105
- PHP_FCGI_STATIC=0
106
104
fi
107
105
AC_DEFINE_UNQUOTED ( PHP_FASTCGI , $PHP_FASTCGI , [ ] )
108
- AC_DEFINE_UNQUOTED ( PHP_FCGI_STATIC , $PHP_FCGI_STATIC , [ ] )
109
106
AC_MSG_RESULT ( $PHP_ENABLE_FASTCGI )
110
107
111
108
INSTALL_IT="@echo \"Installing PHP CGI into: \$(INSTALL_ROOT)\$(bindir)/\"; \$(INSTALL) -m 0755 \$(SAPI_CGI_PATH) \$(INSTALL_ROOT)\$(bindir)/\$(program_prefix)php\$(program_suffix)\$(EXEEXT)"
You can’t perform that action at this time.
0 commit comments