dmitry Mon May 21 08:48:13 2007 UTC
Modified files:
/php-src configure.in
Log:
libfcgi cleanup (Andrei Nigmatulin)
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.624&r2=1.625&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.624 php-src/configure.in:1.625
--- php-src/configure.in:1.624 Sat Mar 3 20:41:11 2007
+++ php-src/configure.in Mon May 21 08:48:13 2007
@@ -1,4 +1,4 @@
- ## $Id: configure.in,v 1.624 2007/03/03 20:41:11 helly Exp $ -*- autoconf -*-
+ ## $Id: configure.in,v 1.625 2007/05/21 08:48:13 dmitry Exp $ -*- autoconf -*-
dnl ## Process this file with autoconf to produce a configure script.
divert(1)
@@ -258,12 +258,6 @@
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
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php