scons: avoid skipping configure if --clean is requested since it will bork scons given the need for the configured/pickled dictionary to populate env variables in Sconscript files - thanks rcoup for noticing this

This commit is contained in:
Dane Springmeyer 2009-03-09 04:59:23 +00:00
parent fd50ef8400
commit ed695f6aae

View file

@ -397,7 +397,6 @@ conf_tests = { 'CheckPKGConfig' : CheckPKGConfig,
}
if not env.GetOption('clean'):
if not preconfigured:
color_print(4,'Configuring build environment...')