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:
authorMark Probst <mark.probst@gmail.com>2009-11-18 17:35:37 +0300
committerMark Probst <mark.probst@gmail.com>2009-11-18 17:35:37 +0300
commit260c86daa9e3f8a4e7120f98dc6325a545089eee (patch)
treeafb5d128aeb01d4d5b8d6f9208e0195ca437f139 /configure.in
parent1880c2f19462ab3aab597200b467907824caa070 (diff)
2009-11-18 Mark Probst <mark.probst@gmail.com>
* configure.in: Allow SGen without __thread. svn path=/trunk/mono/; revision=146425
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.in b/configure.in
index 3c994ba0300..810fa5a9fa9 100644
--- a/configure.in
+++ b/configure.in
@@ -1794,12 +1794,6 @@ if test "x$try_shared_handles" != "xyes"; then
AC_SUBST(DISABLE_SHARED_HANDLES)
fi
-if test x$gc = xsgen; then
- if test x$with_tls != x__thread; then
- AC_MSG_ERROR([The SGEN garbage collector depends on a working __thread implementation, and either --with-thread=pthread was passed to configure, or the configure test for __thread failed.])
- fi
-fi
-
AC_ARG_ENABLE(nunit-tests, [ --enable-nunit-tests Run the nunit tests of the class library on 'make check'])
AM_CONDITIONAL(ENABLE_NUNIT_TESTS, [test x$enable_nunit_tests = xyes])