configure: ENABLE_NPAPI_FROM_BROWSER requires Xt library

Change-Id: I023927897787ae046baf2751d0e56bfca3fb688f
This commit is contained in:
Michael Stahl 2014-01-09 21:42:19 +01:00
parent 92a1e544f6
commit 1366a41c32

View File

@ -9254,6 +9254,10 @@ if test "$WANT_X11" = "yes"; then
AC_CHECK_HEADERS(X11/Composite.h,[],[AC_MSG_ERROR([Xt headers not found])], AC_CHECK_HEADERS(X11/Composite.h,[],[AC_MSG_ERROR([Xt headers not found])],
[#include <X11/Intrinsic.h>]) [#include <X11/Intrinsic.h>])
# ENABLE_NPAPI_FROM_BROWSER requires Xt library
AC_CHECK_LIB([Xt], [XtToolkitInitialize], [:],
[AC_MSG_ERROR(Xt library not found)])
dnl =================================================================== dnl ===================================================================
dnl Check for extension headers dnl Check for extension headers
dnl =================================================================== dnl ===================================================================