Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaolo Molaro <lupus@oddwiz.org>2002-03-07 15:43:10 +0300
committerPaolo Molaro <lupus@oddwiz.org>2002-03-07 15:43:10 +0300
commit664de759621d743d9d5bb60fba00439a51e78d05 (patch)
treec8fdb17a2096cfe24fbe429452e156947880d3e0 /acconfig.h
parent812713155769d4bfd7afacfea6dca8173f97b3c7 (diff)
Thu Mar 7 17:19:44 CET 2002 Paolo Molaro <lupus@ximian.com>
* configure.in: detect Boehm GC libs and add --with-gc switch. Boehm GC needs to be explicitly enabled since the JIT currently fails in some cases with it. svn path=/trunk/mono/; revision=2972
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index 196b6020f02..53815a7b6bf 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -12,3 +12,4 @@
#undef HAVE_NEW_ICONV
#undef NAME_DEV_RANDOM
#undef HAVE_CRYPT_RNG
+#undef HAVE_BOEHM_GC