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

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Fri Apr 9 16:13:37 CEST 2010


Revision: 48600
          http://scummvm.svn.sourceforge.net/scummvm/?rev=48600&view=rev
Author:   fingolfin
Date:     2010-04-09 14:13:37 +0000 (Fri, 09 Apr 2010)

Log Message:
-----------
Trying to fix cc_check_define breakage for cross platform builds which *require* a non-trivial LDFLAGS & CXXFLAGS; applying same fix to the memalign test code

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

Modified: scummvm/trunk/configure
===================================================================
--- scummvm/trunk/configure	2010-04-09 14:12:20 UTC (rev 48599)
+++ scummvm/trunk/configure	2010-04-09 14:13:37 UTC (rev 48600)
@@ -199,7 +199,7 @@
 	return 0;
 }
 EOF
-	cc_check
+	cc_check $LDFLAGS $CXXFLAGS
 	return $?
 }
 
@@ -1640,7 +1640,7 @@
 }
 EOF
 			_need_memalign=yes
-			cc_check && $TMPO$HOSTEXEEXT && _need_memalign=no
+			cc_check $LDFLAGS $CXXFLAGS && $TMPO$HOSTEXEEXT && _need_memalign=no
 			;;
 	esac
 	echo "$_need_memalign"


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