diff options
author | Alejandro Marzini | 2010-08-05 03:35:46 +0000 |
---|---|---|
committer | Alejandro Marzini | 2010-08-05 03:35:46 +0000 |
commit | 4b5138483e72b091bc20bba13f2130044b20c24e (patch) | |
tree | 18c9a1581c64aa05e154e9dad280b88f1817f1ca | |
parent | 7968374e27d3070bcc8d6e9eafb299eecbd60165 (diff) | |
download | scummvm-rg350-4b5138483e72b091bc20bba13f2130044b20c24e.tar.gz scummvm-rg350-4b5138483e72b091bc20bba13f2130044b20c24e.tar.bz2 scummvm-rg350-4b5138483e72b091bc20bba13f2130044b20c24e.zip |
OPENGL: Fix USE_OPENGL redefinition warnings.
svn-id: r51750
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2334,7 +2334,7 @@ fi echo "$_opengl" -define_in_config_if_yes "$_opengl" 'USE_OPENGL' +add_to_config_mk_if_yes "$_opengl" 'USE_OPENGL=1' # # Check for nasm |