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

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Sun Oct 15 02:49:42 CEST 2006


Revision: 24318
          http://svn.sourceforge.net/scummvm/?rev=24318&view=rev
Author:   fingolfin
Date:     2006-10-14 17:49:36 -0700 (Sat, 14 Oct 2006)

Log Message:
-----------
Patch #1574436: Cosmetic changes to configure

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

Modified: scummvm/trunk/configure
===================================================================
--- scummvm/trunk/configure	2006-10-14 14:51:15 UTC (rev 24317)
+++ scummvm/trunk/configure	2006-10-15 00:49:36 UTC (rev 24318)
@@ -156,9 +156,9 @@
 
 if test -n "$_host"; then
 	# In cross-compiling mode, we cannot run the result
-	eval "$1 -o tmp_cxx_compiler$EXEEXT tmp_cxx_compiler.cpp 2> /dev/null" && rm -f tmp_cxx_compiler$EXEEXT tmp_cxx_compiler.cpp
+	eval "$1 -o tmp_cxx_compiler$EXEEXT tmp_cxx_compiler.cpp" 2> /dev/null && rm -f tmp_cxx_compiler$EXEEXT tmp_cxx_compiler.cpp
 else
-	eval "$1 -o tmp_cxx_compiler$EXEEXT tmp_cxx_compiler.cpp 2> /dev/null" && eval "./tmp_cxx_compiler 2> /dev/null" && rm -f tmp_cxx_compiler$EXEEXT tmp_cxx_compiler.cpp
+	eval "$1 -o tmp_cxx_compiler$EXEEXT tmp_cxx_compiler.cpp" 2> /dev/null && eval "./tmp_cxx_compiler 2> /dev/null" && rm -f tmp_cxx_compiler$EXEEXT tmp_cxx_compiler.cpp
 fi
 }
 
@@ -587,7 +587,7 @@
 	break
 	fi
 done
-if test -z $CXX; then
+if test -z "$CXX"; then
 	echo "none found!"
 	exit 1
 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