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

New commits:
commit e5d83653e78965a876b2ac1119736c4726bd783d
Author: Korrawit Pruegsanusak <[email protected]>
Date:   Sat Mar 19 18:55:27 2016 +0700

    Explicitly check for libGL before building
    
    Change-Id: I5a84bc396925828a11d3c680d1a52e99321547a1
    Reviewed-on: https://gerrit.libreoffice.org/23335
    Tested-by: Jenkins <[email protected]>
    Reviewed-by: Michael Stahl <[email protected]>

diff --git a/configure.ac b/configure.ac
index 62ee6bf..6e455d5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10438,6 +10438,7 @@ elif test $_os = WINNT; then
 else
     if test "$USING_X11" = TRUE; then
         ENABLE_OPENGL=TRUE
+        AC_CHECK_LIB(GL, glBegin, [:], AC_MSG_ERROR([libGL required.]))
     fi
     ENABLE_OPENGL_CANVAS=TRUE
 fi
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to