summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2011-10-21 14:04:58 +0300
committerTor Lillqvist <tlillqvist@suse.com>2011-10-21 14:06:27 +0300
commit25ae2ab38df3c914e9f836cf08120913bc2c4ba6 (patch)
treedf876df2a361d73a49ecf0403b5b4becb2993f20 /configure.in
parentmore helpful error messages for debugging when a unit test fails (diff)
downloadcore-25ae2ab38df3c914e9f836cf08120913bc2c4ba6.tar.gz
core-25ae2ab38df3c914e9f836cf08120913bc2c4ba6.zip
Disable Mozilla stuff more effectively in a Windows dbgutil build
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index df644ae09a05..c94ad6d90534 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])