Kaydet (Commit) 484bb96a authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Update comment

Change-Id: I7afe33dc6ec3ce8f8fa3abe73463ff5293920a41
üst e1a467e6
...@@ -9745,9 +9745,9 @@ ENABLE_OPENGL= ...@@ -9745,9 +9745,9 @@ ENABLE_OPENGL=
if test -z "$enable_opengl"; then if test -z "$enable_opengl"; then
if test $_os = WINNT; then if test $_os = WINNT; then
# By default disable the OpenGL transitions for Windows (the code doesn't even compile # By default disable the OpenGL transitions for Windows (the code compiles but works very
# currently). In other words, use --enable-opengl only if you plan to hack on that code for # badly and crashes). In other words, use --enable-opengl only if you plan to hack on that
# Windows. # code for Windows.
enable_opengl=no enable_opengl=no
else else
enable_opengl=yes enable_opengl=yes
......
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