changed scons messages from compilertest to be more consistent with rest of scons framework

This commit is contained in:
Radim Kolar 2009-08-24 20:50:56 +02:00
parent 669c023de9
commit 59344b6e47

View File

@ -11,7 +11,7 @@ def checkForCCOption(conf,option):
Adds option to CCFLAGS option is supported by compiler.
"""
conf.Message("checking whether %s supports %s " % (conf.env['CC'],option))
conf.Message("Checking whether %s supports %s... " % (conf.env['CC'],option))
lastCFLAGS=conf.env['CCFLAGS']
conf.env.Append(CCFLAGS = option)
rc = conf.TryCompile("""