[ooo-build-commit] configure.in

Tor Lillqvist tml at kemper.freedesktop.org
Fri Sep 18 04:49:58 PDT 2009


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

New commits:
commit 0cb880106078573585d09f55e84fbac811c4af0d
Author: Tor Lillqvist <tlillqvist at novell.com>
Date:   Fri Sep 18 11:50:56 2009 +0300

    Use --disable-nss-module on Windows with prebuilt Mozilla bits for now

diff --git a/configure.in b/configure.in
index 23cef7f..679de63 100644
--- a/configure.in
+++ b/configure.in
@@ -471,11 +471,11 @@ 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`" = "zCygwin" ; then
-    AC_MSG_WARN([On Cygwin, automatically using --with-win32, --enable-binfilter, --with-dejavu-fonts and --disable-build-mozilla])
+    AC_MSG_WARN([Automatically using --with-win32 --enable-binfilter --with-dejavu-fonts --disable-build-mozilla --disable-nss-module])
     with_win32="yes"
     enable_binfilter="yes"
     with_dejavu_fonts=yes
-    PROPAGATED_ARGS="$PROPAGATED_ARGS --enable-binfilter=yes --disable-build-mozilla"
+    PROPAGATED_ARGS="$PROPAGATED_ARGS --enable-binfilter=yes --disable-build-mozilla --disable-nss-module"
 fi
 if test "z$with_win32" = "z"; then
     if test ! $have_common; then


More information about the ooo-build-commit mailing list