diff options
author | Dmitry Stogov <dmitry@php.net> | 2007-05-21 08:48:13 +0000 |
---|---|---|
committer | Dmitry Stogov <dmitry@php.net> | 2007-05-21 08:48:13 +0000 |
commit | 176864b509576014295c2340dc77069acc1edded (patch) | |
tree | 2e24ef8651dfe16ccccecf6f4e17afa55b581659 /configure.in | |
parent | 0c9a9f61fbbd26d856b7d426e9f0850d8e931185 (diff) | |
download | php-git-176864b509576014295c2340dc77069acc1edded.tar.gz |
libfcgi cleanup (Andrei Nigmatulin)
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.in b/configure.in index 7450e236dc..7d935571be 100644 --- a/configure.in +++ b/configure.in @@ -258,12 +258,6 @@ if test "$enable_maintainer_zts" = "yes"; then PTHREADS_FLAGS fi -if test "$PHP_ENABLE_FASTCGI" = "yes"; then - PHP_CONFIGURE_PART(Running FastCGI checks) - sinclude(sapi/cgi/libfcgi/acinclude.m4) - sinclude(sapi/cgi/libfcgi/libfcgi.m4) -fi - divert(3) dnl ## In diversion 3 we check for compile-time options to the PHP |