From 59344b6e472ee0ad9bf7a927fb771c7c53e8390f Mon Sep 17 00:00:00 2001 From: Radim Kolar <> Date: Mon, 24 Aug 2009 20:50:56 +0200 Subject: [PATCH] changed scons messages from compilertest to be more consistent with rest of scons framework --- site_scons/compilertest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site_scons/compilertest.py b/site_scons/compilertest.py index f866cd6..f05b8a0 100644 --- a/site_scons/compilertest.py +++ b/site_scons/compilertest.py @@ -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("""