Kaydet (Commit) 759cc275 authored tarafından Riccardo Magliocchetti's avatar Riccardo Magliocchetti

configure: no ENABLE_NPAPI_FROM_BROWSER for --enable-headless

Change-Id: Icc986a13700396913e89299826f58cd107ff2673
üst ba09793d
...@@ -8498,7 +8498,8 @@ dnl =================================================================== ...@@ -8498,7 +8498,8 @@ dnl ===================================================================
AC_MSG_CHECKING([whether to plug browser plugins into LibreOffice documents]) AC_MSG_CHECKING([whether to plug browser plugins into LibreOffice documents])
# Obviously no such thing on iOS or Android. Also not possible when building # 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. # 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" = "" \) if test "$_os" != Android -a "$_os" != iOS -a \( $_os != Darwin -o "$BITNESS_OVERRIDE" = "" \) -a \
"$enable_headless" != yes
then then
AC_MSG_RESULT([yes]) AC_MSG_RESULT([yes])
ENABLE_NPAPI_FROM_BROWSER=YES ENABLE_NPAPI_FROM_BROWSER=YES
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment