aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure b/configure
index 935f53f986..fcc16b81f0 100755
--- a/configure
+++ b/configure
@@ -5075,6 +5075,10 @@ esac
if test "$_opengl_mode" = auto ; then
case $_backend in
+ android)
+ # Android always runs in GLES mode
+ _opengl_mode=gles
+ ;;
sdl)
case $_sdlversion in
1.2.*)