summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2011-12-20 18:06:46 +0200
committerTor Lillqvist <tlillqvist@suse.com>2011-12-20 18:08:08 +0200
commit7d3c674a0444e7688178b00ae4675bb65c685798 (patch)
treec24d4262dffc8b2fb98aef9bfdcf6e67b893faa8 /configure.in
parent29b6eda7e5909106d8325f75b3ae0cda579385b5 (diff)
Abandon attempt to use the debug CRT in a dbgutil build
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 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