[Libreoffice-commits] .: configure.in

Norbert Thiebaud nthiebaud at kemper.freedesktop.org
Sat Sep 10 16:55:48 PDT 2011


 configure.in |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 64bc62f77a0783b40583c4f6e7a4e1a935e1695a
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date:   Sat Sep 10 18:55:42 2011 -0500

    on MacOSX we use the system header by default for Mesa

diff --git a/configure.in b/configure.in
index 4fb2156..53882a0 100755
--- a/configure.in
+++ b/configure.in
@@ -6914,6 +6914,7 @@ ENABLE_OPENGL=
 if test "$_os" = "Darwin" ; then
     # We use frameworks on Mac OS X, no need for detail checks
     ENABLE_OPENGL=TRUE
+    SYSTEM_MESA_HEADERS=YES
     AC_MSG_RESULT([yes])
 else
     if test "x$enable_opengl" != "xno" ; then


More information about the Libreoffice-commits mailing list