diff --git a/configure.ac b/configure.ac index d757466f468f..276d93f4337b 100644 --- a/configure.ac +++ b/configure.ac @@ -9254,6 +9254,10 @@ if test "$WANT_X11" = "yes"; then AC_CHECK_HEADERS(X11/Composite.h,[],[AC_MSG_ERROR([Xt headers not found])], [#include ]) + # ENABLE_NPAPI_FROM_BROWSER requires Xt library + AC_CHECK_LIB([Xt], [XtToolkitInitialize], [:], + [AC_MSG_ERROR(Xt library not found)]) + dnl =================================================================== dnl Check for extension headers dnl ===================================================================