]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libobjc/configure.ac
Move gthr to toplevel libgcc
[thirdparty/gcc.git] / libobjc / configure.ac
index dd303fff065e08de87ce71afa00bf7cd530c5d07..52599e6019e1c4dbe5ea9fe22ed93af55b6b0bd8 100644 (file)
@@ -217,15 +217,6 @@ AC_CHECK_HEADERS(sched.h)
 # Miscellanea
 # -----------
 
-AC_MSG_CHECKING([for thread model used by GCC])
-target_thread_file=`$CC -v 2>&1 | sed -n 's/^Thread model: //p'`
-AC_MSG_RESULT([$target_thread_file]) 
-
-if test $target_thread_file != single; then
-  AC_DEFINE(HAVE_GTHR_DEFAULT, 1,
-        [Define if the compiler has a thread header that is non single.])
-fi 
-
 # Check if we have thread-local storage
 GCC_CHECK_TLS