summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
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