configure.in: don't force use of cache
authorSam Hartman <hartmans@mit.edu>
Tue, 19 Oct 2010 19:57:56 +0000 (19:57 +0000)
committerSam Hartman <hartmans@mit.edu>
Tue, 19 Oct 2010 19:57:56 +0000 (19:57 +0000)
commitedfff4b06ffcb9924885e4790792093349cf2585
treed9c4de9b9854e0c09e5c460d4f3d03c6aadd6195
parentb98ac34fe6ef1d00216bdd239d3bd6219e8e6e38
configure.in: don't force use of cache

Back when hardware was slower and we had lots and lots of
imakefile-like configure scripts, forcing the use of config.cache made
sense for performance reasons. Now that we have one configure script
and we build on modern hardware, config.cache just introduces errors
as you are debugging changes to the configure script.

This commit stops second guessing autoconf's cache handling.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24468 dc483132-0cff-0310-8789-dd5450dbe970
src/configure.in