[sgen] Inform on configure and --version when the concurrent GC is the default.
[mono.git] / mono / metadata / sgen-mono.c
index 4750b0b2dc3462bae62d80a61a5de05e53bf3d9c..bccc7d8aad53fa1b91dfb139a10df911b6132c13 100644 (file)
@@ -2534,7 +2534,11 @@ mono_gc_get_gc_name (void)
 char*
 mono_gc_get_description (void)
 {
+#ifdef HAVE_CONC_GC_AS_DEFAULT
+       return g_strdup ("sgen (concurrent by default)");
+#else
        return g_strdup ("sgen");
+#endif
 }
 
 void