summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2012-08-21 16:50:10 +0300
committerTor Lillqvist <tlillqvist@suse.com>2012-08-21 16:50:10 +0300
commit683f8c2fa7050b788b06fd3fe0b4624e7b4befef (patch)
tree8800d53e1fd3539149ad1d4a0823867b7ca36403 /configure.in
parent309658bd85fd21daade42be1f1909d944a1e8c20 (diff)
--enable-dbgutil doesn't cause -D_DEBUG any more
Change-Id: Ibe0e22e384643b81698a426c2870be76c107d3d2
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in9
1 files changed, 0 insertions, 9 deletions
diff --git a/configure.in b/configure.in
index 3a52117f7014..5954209e2770 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"