[Libreoffice-commits] core.git: configure.ac
Korrawit Pruegsanusak
detective.conan.1412 at gmail.com
Tue Mar 22 13:55:47 UTC 2016
configure.ac | 1 +
1 file changed, 1 insertion(+)
New commits:
commit e5d83653e78965a876b2ac1119736c4726bd783d
Author: Korrawit Pruegsanusak <detective.conan.1412 at gmail.com>
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 <ci at libreoffice.org>
Reviewed-by: Michael Stahl <mstahl at redhat.com>
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
More information about the Libreoffice-commits
mailing list