about summary refs log tree commit diff
path: root/buildtools
diff options
context:
space:
mode:
Diffstat (limited to 'buildtools')
-rwxr-xr-xbuildtools/configure.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildtools/configure.pl b/buildtools/configure.pl
index 5a7d8a33..deedbf25 100755
--- a/buildtools/configure.pl
+++ b/buildtools/configure.pl
@@ -1465,8 +1465,8 @@ sub wnostrictoverflowWorks($) {
     
     my $compileCommand =
         "$gccCommandName -c -o /dev/null -Wno-strict-overflow $cFileName";
-    print ("Doing test compile to see if -Wno-strict-overflow works: "
-           . "$compileCommand\n");
+    print("Doing test compile to see if -Wno-strict-overflow works: "
+          . "$compileCommand\n");
     my $rc = system($compileCommand);
     
     unlink($cFileName);