[Libreoffice-commits] core.git: Branch 'libreoffice-4-0-1' - configure.ac

Andras Timar atimar at suse.com
Mon Feb 25 05:54:13 PST 2013


 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 18144fcba27a408635ae266cd97f11cfb5a79538
Author: Andras Timar <atimar at suse.com>
Date:   Fri Feb 22 12:19:06 2013 +0100

    fdo#54087 build npsoplugin on Windows, it does not depend on GTK+ there
    
    Change-Id: I033ee2316337dab549f1beddbfb7919a35d73c8e
    Reviewed-on: https://gerrit.libreoffice.org/2381
    Reviewed-by: Fridrich Strba <fridrich at documentfoundation.org>
    Reviewed-by: Eike Rathke <erack at redhat.com>
    Tested-by: Petr Mladek <pmladek at suse.cz>
    Reviewed-by: Petr Mladek <pmladek at suse.cz>

diff --git a/configure.ac b/configure.ac
index bc36fc1..e293023 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])


More information about the Libreoffice-commits mailing list