John Snow <js...@redhat.com> writes: > If the user is using CCACHE during the configuration step, > it may interfere with some of the configuration tests, > particularly the "Is CCACHE interfering with macro analysis" step, > which is a bit of a poetic problem. > > 1) Disallow CCACHE from reading from the cache during configure, > but don't disable it to allow us to see if it causes other problems.
This is confusing. "don't disable it entirely"? > 2) Force off CCACHE_CPP2 during the ccache test to get a deterministic > answer over whether or not we need to enable that feature later. > > Signed-off-by: John Snow <js...@redhat.com>