Can't build the NPAPI plugin stuff as 64-bit for OS X

It uses QuickTime and Carbon.
This commit is contained in:
Tor Lillqvist 2013-01-02 20:53:59 +02:00
parent 0f6f38b5d7
commit b24f82fda9

View File

@ -8508,7 +8508,9 @@ dnl ===================================================================
dnl Check for NPAPI interface to plug browser plugins into LibreOffice documents dnl Check for NPAPI interface to plug browser plugins into LibreOffice documents
dnl =================================================================== dnl ===================================================================
AC_MSG_CHECKING([whether to plug browser plugins into LibreOffice documents]) AC_MSG_CHECKING([whether to plug browser plugins into LibreOffice documents])
if test "$_os" != Android -a "$_os" != iOS # Obviously no such thing on iOS or Android. Also not possible when building
# 64-bit OS X code as the plugin code uses QuickTime and Carbon.
if test "$_os" != Android -a "$_os" != iOS -a \( $_os != Darwin -o "$BITNESS_OVERRIDE" = "" \)
then then
AC_MSG_RESULT([yes]) AC_MSG_RESULT([yes])
ENABLE_NPAPI_FROM_BROWSER=YES ENABLE_NPAPI_FROM_BROWSER=YES