Skip to content

Commit 3040a34

Browse files
committed
libfcgi cleanup (Andrei Nigmatulin)
1 parent 04aefb4 commit 3040a34

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

configure.in

-6
Original file line numberDiff line numberDiff line change
@@ -260,12 +260,6 @@ if test "$enable_maintainer_zts" = "yes"; then
260260
PTHREADS_FLAGS
261261
fi
262262

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-
269263
divert(3)
270264

271265
dnl ## In diversion 3 we check for compile-time options to the PHP

sapi/cgi/config9.m4

-3
Original file line numberDiff line numberDiff line change
@@ -98,14 +98,11 @@ if test "$PHP_SAPI" = "default"; then
9898
if test "$PHP_ENABLE_FASTCGI" = "yes"; then
9999
PHP_FASTCGI=1
100100
PHP_FCGI_FILES="fastcgi.c"
101-
PHP_FCGI_STATIC=1
102101
else
103102
PHP_FASTCGI=0
104103
PHP_FCGI_FILES=""
105-
PHP_FCGI_STATIC=0
106104
fi
107105
AC_DEFINE_UNQUOTED(PHP_FASTCGI, $PHP_FASTCGI, [ ])
108-
AC_DEFINE_UNQUOTED(PHP_FCGI_STATIC, $PHP_FCGI_STATIC, [ ])
109106
AC_MSG_RESULT($PHP_ENABLE_FASTCGI)
110107

111108
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)"

0 commit comments

Comments
 (0)