diff options
author | Rasmus Lerdorf <rasmus@php.net> | 2001-08-02 21:20:20 +0000 |
---|---|---|
committer | Rasmus Lerdorf <rasmus@php.net> | 2001-08-02 21:20:20 +0000 |
commit | 6e41650e524cf7bc98411c5d2120ad4db01d0900 (patch) | |
tree | f88548cfeb18f99b4c1c2792eb923382851a093c /configure.in | |
parent | 70a0951eb984a1010680cf8a06064fae0ca3abf8 (diff) | |
download | php-git-6e41650e524cf7bc98411c5d2120ad4db01d0900.tar.gz |
Revert this change - if you want to do this, do it in a 'make clean'
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.in b/configure.in index 39e0571ff4..42d8e3ceb5 100644 --- a/configure.in +++ b/configure.in @@ -5,11 +5,6 @@ divert(1) AC_INIT(README.CVS-RULES) -dnl Remove config.cache as it might cause unexpected behaviour -dnl in case of a reconfigure. -divert(0) -rm -f config.cache - PHP_FAST_OUTPUT(sapi/Makefile ext/Makefile Makefile pear/Makefile main/Makefile) if test "$with_shared_apache" != "no" && test -n "$with_shared_apache" ; then |