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:
authorAleksey Kliger <aleksey@xamarin.com>2017-06-27 17:33:23 +0300
committerAleksey Kliger (λgeek) <akliger@gmail.com>2017-06-28 17:20:05 +0300
commit505695fcd14c3ab0291a5d4260bacbad7da97467 (patch)
tree2841965ace087a4776ee905e362298c2b92460d8 /configure.ac
parent17d422700231a6a9d72e8553c35b206c4d6e284c (diff)
[nullgc] When building nullgc, don't try to link Boehm libs
Previous nullgc commit (52d9a55a861527ed4027f8e10a97e3cc880baf4a) didn't actually work in a clean tree.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index b47b2f254b2..3c3e617d759 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1336,6 +1336,7 @@ if test "x$support_boehm" = "xyes"; then
AC_SUBST(BOEHM_DEFINES)
fi
+AM_CONDITIONAL(SUPPORT_NULLGC, test "x$libgc" = "xnone")
dnl
dnl End of Boehm GC Configuration