[Libreoffice-commits] .: configure.ac

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Sat Jan 12 05:34:54 PST 2013


 configure.ac |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 484bb96aa975d834e326d927d36ee17808b8b6b5
Author: Tor Lillqvist <tml at iki.fi>
Date:   Sat Jan 12 15:34:28 2013 +0200

    Update comment
    
    Change-Id: I7afe33dc6ec3ce8f8fa3abe73463ff5293920a41

diff --git a/configure.ac b/configure.ac
index 6139832..8bc4101 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


More information about the Libreoffice-commits mailing list