diff --git a/configure.ac b/configure.ac index 85c693ae06..150ccaa92e 100644 --- a/configure.ac +++ b/configure.ac @@ -886,7 +886,7 @@ if test "x$HAVE_GL" = "xyes" -a "x$HAVE_GLU" = "xyes" -a "x$HAVE_GLES2" = "xyes" AC_MSG_ERROR([Cannot seem to include both GL and GLES2 headers. Try disabling one API]) fi AC_MSG_WARN([Disabling Desktop GL support]) - HAVE_OPENGL=no + HAVE_GL=no else AC_MSG_WARN([Disabling GL|ES 2.0 support]) HAVE_GLES2=no