configure.ac | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit fa5ccf18cd9f48fc6df3f827dfdd908ee253300a
Author: Mike Kaganski <[email protected]>
AuthorDate: Tue Aug 25 19:49:11 2020 +0300
Commit: Michael Stahl <[email protected]>
CommitDate: Fri Dec 4 20:40:13 2020 +0100
Check for X11/Intrinsic.h required by officebean
Change-Id: I49b6868c2896c4aa5a70c2517c2f35f3ea475f2b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101341
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <[email protected]>
(cherry picked from commit 406c8c6e46b3b0ba9a950767aef29a8e706dfeb6)
diff --git a/configure.ac b/configure.ac
index 986ed019809e..90692fd71324 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9289,6 +9289,9 @@ if test "$USING_X11" = TRUE; then
AC_CHECK_HEADERS(X11/SM/SMlib.h,[],[AC_MSG_ERROR([libSM headers not
found])])
AC_CHECK_LIB([SM], [SmcOpenConnection], [:],
[AC_MSG_ERROR(SM library not found)])
+
+ # bean/native/unix/com_sun_star_comp_beans_LocalOfficeWindow.c needs Xt
+ AC_CHECK_HEADERS(X11/Intrinsic.h,[],[AC_MSG_ERROR([libXt headers not
found])])
fi
dnl ===================================================================
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits