From 0b95cbb8d95f832ad86964b189f61b056d794489 Mon Sep 17 00:00:00 2001 From: Rodrigo Kumpera Date: Tue, 10 Jul 2012 15:32:49 -0300 Subject: [PATCH] Disable mdb by default as it breaks sgen builds. This has gone unoticed for close to two years now. --- configure.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.in b/configure.in index b15522e054f..ccf236185b2 100644 --- a/configure.in +++ b/configure.in @@ -2632,6 +2632,9 @@ if test "x$with_moonlight" != "xno"; then mono_debugger_supported=no fi +# mdb support for sgen is broken, disable it until further notice. +mono_debugger_supported=no + AC_MSG_CHECKING(if the Mono Debugger is supported on this platform) if test "x$mono_debugger_supported" = "xyes"; then BOEHM_DEFINES="$BOEHM_DEFINES -DMONO_DEBUGGER_SUPPORTED" -- 2.11.4.GIT