configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 25ae2ab38df3c914e9f836cf08120913bc2c4ba6 Author: Tor Lillqvist <tlillqv...@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]) _______________________________________________ Libreoffice-commits mailing list Libreoffice-commits@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits