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

dhewg at users.sourceforge.net dhewg at users.sourceforge.net
Sat May 8 22:52:17 CEST 2010


Revision: 48969
          http://scummvm.svn.sourceforge.net/scummvm/?rev=48969&view=rev
Author:   dhewg
Date:     2010-05-08 20:52:17 +0000 (Sat, 08 May 2010)

Log Message:
-----------
Lets not override the return value in cc_check()

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

Modified: scummvm/trunk/configure
===================================================================
--- scummvm/trunk/configure	2010-05-08 20:22:50 UTC (rev 48968)
+++ scummvm/trunk/configure	2010-05-08 20:52:17 UTC (rev 48969)
@@ -198,7 +198,9 @@
 
 cc_check() {
 	cc_check_no_clean "$@"
+	TMP="$?"
 	cc_check_clean
+	return "$TMP"
 }
 
 cc_check_define() {


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