Back out post-2.0 code changes from trunk: r4643, r4642 r4640, r4637.
[scons.git] / src / engine / SCons / Conftest.py
index 9210f87637ccb69bf3e8b80d6b76d29715227c3e..e995e77a8678955bf4583ee6067e6b1ab6370dd4 100644 (file)
@@ -157,7 +157,7 @@ def CheckCC(context):
     too, so that it can test against non working flags.
 
     """
-    context.Display("Checking whether the C compiler works... ")
+    context.Display("Checking whether the C compiler works")
     text = """
 int main()
 {
@@ -177,7 +177,7 @@ def CheckSHCC(context):
     too, so that it can test against non working flags.
 
     """
-    context.Display("Checking whether the (shared) C compiler works... ")
+    context.Display("Checking whether the (shared) C compiler works")
     text = """
 int foo()
 {
@@ -197,7 +197,7 @@ def CheckCXX(context):
     too, so that it can test against non working flags.
 
     """
-    context.Display("Checking whether the C++ compiler works... ")
+    context.Display("Checking whether the C++ compiler works")
     text = """
 int main()
 {
@@ -217,7 +217,7 @@ def CheckSHCXX(context):
     too, so that it can test against non working flags.
 
     """
-    context.Display("Checking whether the (shared) C++ compiler works... ")
+    context.Display("Checking whether the (shared) C++ compiler works")
     text = """
 int main()
 {