--enable-dbgutil doesn't cause -D_DEBUG any more

Change-Id: Ibe0e22e384643b81698a426c2870be76c107d3d2
This commit is contained in:
Tor Lillqvist
2012-08-21 16:50:10 +03:00
parent 309658bd85
commit 683f8c2fa7

View File

@@ -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"