[Libreoffice-commits] .: configure.in
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Tue Aug 21 06:52:37 PDT 2012
configure.in | 9 ---------
1 file changed, 9 deletions(-)
New commits:
commit 683f8c2fa7050b788b06fd3fe0b4624e7b4befef
Author: Tor Lillqvist <tlillqvist at suse.com>
Date: Tue Aug 21 16:50:10 2012 +0300
--enable-dbgutil doesn't cause -D_DEBUG any more
Change-Id: Ibe0e22e384643b81698a426c2870be76c107d3d2
diff --git a/configure.in b/configure.in
index 3a52117..5954209 100644
--- a/configure.in
+++ b/configure.in
@@ -2929,15 +2929,6 @@ if test -n "$enable_dbgutil" -a "$enable_dbgutil" != "no"; then
else
with_system_mysql_cppconn=no
fi
- if test $_os = WINNT -a \
- \( "$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])
- enable_mozilla=no
- enable_build_mozilla=no
- fi
else
PRODUCT="full"
PROEXT=".pro"
More information about the Libreoffice-commits
mailing list