From 7d3c674a0444e7688178b00ae4675bb65c685798 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 20 Dec 2011 18:06:46 +0200 Subject: Abandon attempt to use the debug CRT in a dbgutil build --- configure.in | 9 --------- 1 file changed, 9 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 120ed1ffb10a..c60a4ecbd404 100644 --- a/configure.in +++ b/configure.in @@ -2434,15 +2434,6 @@ if test -n "$enable_dbgutil" && test "$enable_dbgutil" != "no"; then PROEXT="" PRODUCT="" - # Compiling with MSVC using --enable-dbgutil (i.e. using the - # debugging runtime, and defining _DEBUG when compiling) just - # causes too many compilation errors. After having spent some - # months slowly fixing them one by one, having reached sw, I give - # up. Feel free to try again. - if test "$_os" = WINNT -a "$WITH_MINGW" != yes; then - AC_MSG_ERROR([Sorry, --enable-dbgutil won't work with MSVC]) - fi - AC_MSG_RESULT([yes]) # cppunit and graphite expose STL in public headers if test "$with_system_cppunit" = "yes"; then -- cgit v1.2.3