[Scummvm-cvs-logs] SF.net SVN: scummvm:[51750] scummvm/branches/gsoc2010-opengl/configure
vgvgf at users.sourceforge.net
vgvgf at users.sourceforge.net
Thu Aug 5 05:35:46 CEST 2010
Revision: 51750
http://scummvm.svn.sourceforge.net/scummvm/?rev=51750&view=rev
Author: vgvgf
Date: 2010-08-05 03:35:46 +0000 (Thu, 05 Aug 2010)
Log Message:
-----------
OPENGL: Fix USE_OPENGL redefinition warnings.
Modified Paths:
--------------
scummvm/branches/gsoc2010-opengl/configure
Modified: scummvm/branches/gsoc2010-opengl/configure
===================================================================
--- scummvm/branches/gsoc2010-opengl/configure 2010-08-05 02:21:11 UTC (rev 51749)
+++ scummvm/branches/gsoc2010-opengl/configure 2010-08-05 03:35:46 UTC (rev 51750)
@@ -2334,7 +2334,7 @@
echo "$_opengl"
-define_in_config_if_yes "$_opengl" 'USE_OPENGL'
+add_to_config_mk_if_yes "$_opengl" 'USE_OPENGL=1'
#
# Check for nasm
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