SCons: When configure fails print message about looking in the 'config.log'

This commit is contained in:
Dane Springmeyer 2009-01-27 20:25:27 +00:00
parent 98875e392b
commit 4009c31649

View file

@ -364,6 +364,7 @@ for count, libinfo in enumerate(BOOST_LIBSHEADERS):
if env['MISSING_DEPS']:
# if required dependencies are missing, print warnings and then let SCons finish without building or saving local config
color_print(1,'\nExiting... the following required dependencies were not found:\n - %s' % '\n - '.join(env['MISSING_DEPS']))
color_print(1,"\nSee the 'config.log' for details on possible problems.")
if env['SKIPPED_DEPS']:
color_print(4,'\nAlso the these optional dependencies were skipped:\n - %s' % '\n - '.join(env['SKIPPED_DEPS']))