Kaydet (Commit) 0ea59fd0 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

clean configure.ac enable-opengl for windows

It works now and should get the same treatment as the linux version.

Change-Id: I382cc7cae9358ce26e0c2d85acc6a67e991d8118
üst 2f0259d7
......@@ -10487,12 +10487,7 @@ AC_MSG_CHECKING([whether to build the OpenGL Transitions component])
ENABLE_OPENGL=
if test -z "$enable_opengl"; then
if test $_os = WINNT; then
# By default disable the OpenGL transitions for Windows (the code compiles but works very
# badly and crashes). In other words, use --enable-opengl only if you plan to hack on that
# code for Windows.
enable_opengl=yes
elif test $_os = iOS; then
if test $_os = iOS; then
# As such with some suitable minor tweaks the Mac OpenGL transitions code would presumably
# build fine for iOS, too, but let's leave that for later
enable_opengl=no
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment