sas Mon Apr 9 04:35:10 2001 EDT
Modified files:
/php4 configure.in
Log:
Fix current CVS breakage
Index: php4/configure.in
diff -u php4/configure.in:1.231 php4/configure.in:1.232
--- php4/configure.in:1.231 Sun Apr 8 15:30:16 2001
+++ php4/configure.in Mon Apr 9 04:35:10 2001
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.231 2001/04/08 22:30:16 ssb Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.232 2001/04/09 11:35:10 sas Exp $ -*- sh -*-
dnl ## Process this file with autoconf to produce a configure script.
divert(1)
@@ -603,6 +603,7 @@
# reading config stubs
esyscmd(./scripts/config-stubs ext)
+test "$PHP_SAPI" != "cgi" && PHP_FAST_OUTPUT(sapi/cgi/Makefile)
PHP_FAST_OUTPUT(sapi/$PHP_SAPI/Makefile)
AC_MSG_CHECKING(whether to enable versioning)
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]