diff options
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 00fd6d7a50b4..cced3f7668de 100644 --- a/configure.ac +++ b/configure.ac @@ -10055,6 +10055,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 =================================================================== |