GRIM: enable opengl build for amigaos

This commit is contained in:
Pawel Kolodziejski 2011-05-21 18:35:58 +02:00
parent 8d10e73ace
commit 830e9ca765

9
configure vendored
View File

@ -1443,7 +1443,6 @@ case $_host_os in
# as (unsigned) long, and consequently we'd get a compiler error otherwise.
type_4_byte='long'
add_line_to_config_mk 'AMIGAOS = 1'
_opengl=no
;;
android)
case $_host in
@ -2610,14 +2609,6 @@ echocheck "OpenGL"
if test "$_opengl" = auto || test "$_opengl" = yes ; then
_opengl=no
case $_host_os in
amigaos*)
OPENGL_CFLAGS="-DMINIGL"
;;
*)
;;
esac
for i in "GL/gl.h" "OpenGL/gl.h" "GLES/gl.h"; do
# Test the current header for OpenGL
cat > $TMPC << EOF