[Libreoffice-commits] .: configure.in
Tor Lillqvist
tml at kemper.freedesktop.org
Fri Oct 21 04:07:39 PDT 2011
configure.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 25ae2ab38df3c914e9f836cf08120913bc2c4ba6
Author: Tor Lillqvist <tlillqvist at suse.com>
Date: Fri Oct 21 14:04:58 2011 +0300
Disable Mozilla stuff more effectively in a Windows dbgutil build
diff --git a/configure.in b/configure.in
index df644ae..c94ad6d 100644
--- a/configure.in
+++ b/configure.in
@@ -2324,8 +2324,8 @@ if test -n "$enable_dbgutil" && test "$enable_dbgutil" != "no"; then
with_system_mysql_cppconn=no
fi
if test $_os = WINNT -a \
- \( "$enable_mozilla" = yes -o \
- "$enable_build_mozilla" = yes \); then
+ \( "$enable_mozilla" != no -o \
+ "$enable_build_mozilla" != no \); then
# We can't build against the Mozilla stuff if using _DEBUG, will get linking errors
# See connectivity/drivers/mozab
AC_MSG_WARN([Also disabling Mozilla stuff then])
More information about the Libreoffice-commits
mailing list