diff options
author | Andras Timar <atimar@suse.com> | 2013-02-22 12:19:06 +0100 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2013-02-22 12:21:36 +0100 |
commit | b4a89972cb6a6370224d5de3b88f9e642f93624a (patch) | |
tree | a0fb62228cfd71d54c0610f4dab8732965a7605e | |
parent | 64cdf8072a79491903c5d1b107c6486b33da04d3 (diff) |
fdo#54087 build npsoplugin on Windows, it does not depend on GTK+ there
Change-Id: I033ee2316337dab549f1beddbfb7919a35d73c8e
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 59e17a838624..ffecd1056266 100644 --- a/configure.ac +++ b/configure.ac @@ -8590,7 +8590,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]) |