[Scummvm-cvs-logs] SF.net SVN: scummvm:[52658] scummvm/trunk/configure

wjpalenstijn at users.sourceforge.net wjpalenstijn at users.sourceforge.net
Thu Sep 9 16:01:33 CEST 2010


Revision: 52658
          http://scummvm.svn.sourceforge.net/scummvm/?rev=52658&view=rev
Author:   wjpalenstijn
Date:     2010-09-09 14:01:33 +0000 (Thu, 09 Sep 2010)

Log Message:
-----------
BUILD: Fix compiler test result logging

Modified Paths:
--------------
    scummvm/trunk/configure

Modified: scummvm/trunk/configure
===================================================================
--- scummvm/trunk/configure	2010-09-09 13:38:00 UTC (rev 52657)
+++ scummvm/trunk/configure	2010-09-09 14:01:33 UTC (rev 52658)
@@ -1196,12 +1196,12 @@
 	CXX=
 	for compiler in $compilers; do
 		if test_compiler $compiler; then
-			echo "success testing compiler: $1" >> "$TMPLOG"
+			echo "success testing compiler: $compiler" >> "$TMPLOG"
 			CXX=$compiler
 			echo $CXX
 			break
 		else
-			echo "failure testing compiler: $1" >> "$TMPLOG"
+			echo "failure testing compiler: $compiler" >> "$TMPLOG"
 		fi
 	done
 fi


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list