From 683f8c2fa7050b788b06fd3fe0b4624e7b4befef Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 21 Aug 2012 16:50:10 +0300 Subject: [PATCH] --enable-dbgutil doesn't cause -D_DEBUG any more Change-Id: Ibe0e22e384643b81698a426c2870be76c107d3d2 --- configure.in | 9 --------- 1 file changed, 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"