From 260c86daa9e3f8a4e7120f98dc6325a545089eee Mon Sep 17 00:00:00 2001 From: Mark Probst Date: Wed, 18 Nov 2009 14:35:37 +0000 Subject: [PATCH] 2009-11-18 Mark Probst * configure.in: Allow SGen without __thread. svn path=/trunk/mono/; revision=146425 --- ChangeLog | 4 ++++ configure.in | 6 ------ 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 67cbfb1e695..815861c30ca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-11-18 Mark Probst + + * configure.in: Allow SGen without __thread. + 2009-11-17 Marek Habersack * runtime/Makefile.am (TEST_SUPPORT_FILES): added bin/al2 - needed 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]) -- 2.11.4.GIT