[ooo-build-commit] .: configure.in

Tor Lillqvist tml at kemper.freedesktop.org
Thu Sep 16 02:44:20 PDT 2010


 configure.in |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit acfcac607991cf02aef17a5437f9dbb4a7affe99
Author: Tor Lillqvist <tlillqvist at novell.com>
Date:   Thu Sep 16 12:42:29 2010 +0300

    Don't enforce --enable-binfilter on Windows
    
    A Windows build is slow enough already. Just build binfilter when one
    actually want it.

diff --git a/configure.in b/configure.in
index 47fab0a..6ef3e00 100644
--- a/configure.in
+++ b/configure.in
@@ -523,10 +523,10 @@ PKG_CHECK_MODULES( FOO_COMMON,
 # it's a really bad idea to do conditional tests for things.
 #
 if test "z`uname -s`" != "zSunOS" -a "z$with_win32" = "z" -a \( "z`uname -o 2>/dev/null`" = "zCygwin" -o "z`uname -s`" = "zInterix" \) ; then
-    AC_MSG_WARN([Automatically using --with-win32 --enable-binfilter --disable-build-mozilla])
+    AC_MSG_WARN([Automatically using --with-win32 --disable-build-mozilla])
     with_win32="yes"
     enable_binfilter="yes"
-    PROPAGATED_ARGS="$PROPAGATED_ARGS --enable-binfilter=yes --disable-build-mozilla"
+    PROPAGATED_ARGS="$PROPAGATED_ARGS --disable-build-mozilla"
 fi
 if test "z$with_win32" = "z"; then
     if test ! $have_common; then


More information about the ooo-build-commit mailing list