mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-13 15:40:57 +00:00
GRIM: fixed syntax bugs
This commit is contained in:
parent
7e279b1769
commit
cb293302b7
3
configure
vendored
3
configure
vendored
@ -2612,7 +2612,7 @@ if test "$_opengl" = auto || test "$_opengl" = yes ; then
|
||||
|
||||
case $_host_os in
|
||||
amigaos*)
|
||||
$OPENGL_CFLAGS="-DMINIGL"
|
||||
OPENGL_CFLAGS="-DMINIGL"
|
||||
;;
|
||||
*)
|
||||
;;
|
||||
@ -2671,7 +2671,6 @@ EOF
|
||||
if cc_check_no_clean $DEFINES $OPENGL_CFLAGS $OPENGL_LIBS
|
||||
then
|
||||
_opengl=yes
|
||||
break
|
||||
fi
|
||||
fi
|
||||
cc_check_clean
|
||||
|
Loading…
x
Reference in New Issue
Block a user