summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-01-12 15:34:28 +0200
committerTor Lillqvist <tml@iki.fi>2013-01-12 15:34:28 +0200
commit484bb96aa975d834e326d927d36ee17808b8b6b5 (patch)
tree4fed8f0d7c37ce0ed96fb1a562cf71ec9897beae /configure.ac
parente1a467e618d2ba7aa7abe5ae3d19c048175108ff (diff)
Update comment
Change-Id: I7afe33dc6ec3ce8f8fa3abe73463ff5293920a41
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 6139832214e0..8bc4101ddd97 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9745,9 +9745,9 @@ ENABLE_OPENGL=
if test -z "$enable_opengl"; then
if test $_os = WINNT; then
- # By default disable the OpenGL transitions for Windows (the code doesn't even compile
- # currently). In other words, use --enable-opengl only if you plan to hack on that code for
- # Windows.
+ # 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=no
else
enable_opengl=yes