summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2013-02-22 12:19:06 +0100
committerMichael Meeks <michael.meeks@suse.com>2013-02-25 11:36:15 +0000
commit90ef7668265e7187d61842ec8950aa91770a53da (patch)
tree9cedd6d218b347b6b49bcc470d414c0191e8b434
parent0779403109cf1248a71821631d6bb44a600d88a9 (diff)
fdo#54087 build npsoplugin on Windows, it does not depend on GTK+ there
Change-Id: I033ee2316337dab549f1beddbfb7919a35d73c8e Reviewed-on: https://gerrit.libreoffice.org/2334 Reviewed-by: Michael Meeks <michael.meeks@suse.com> Tested-by: Michael Meeks <michael.meeks@suse.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index bc36fc1b3cdd..e293023ea537 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8318,7 +8318,7 @@ dnl ===================================================================
dnl Check for NPAPI interface to plug LibreOffice into browser windows
dnl ===================================================================
AC_MSG_CHECKING([whether to plug LibreOffice into browser windows])
-if test "$_os" != Android -a "$_os" != Darwin -a "$_os" != iOS -a \
+if test "$_os" == WINNT -o "$_os" != Android -a "$_os" != Darwin -a "$_os" != iOS -a \
"$enable_headless" != yes -a "$enable_gtk" != no
then
AC_MSG_RESULT([yes])