aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/acinclude.m4
diff options
context:
space:
mode:
authorKirill Yukhin <kirill.yukhin@intel.com>2012-10-12 10:57:06 +0000
committerKirill Yukhin <kirill.yukhin@intel.com>2012-10-12 10:57:06 +0000
commit5cd749be991ff15d7e85f26a0e59d99676c72f76 (patch)
treec5f98018b6c7de4eb4e677b5b3b5444c14a3f1a9 /libstdc++-v3/acinclude.m4
parentca18398ff8ed769f3adcb3360e2f5c03856b947c (diff)
Revert r192297.
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@192394 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/acinclude.m4')
-rw-r--r--libstdc++-v3/acinclude.m46
1 files changed, 0 insertions, 6 deletions
diff --git a/libstdc++-v3/acinclude.m4 b/libstdc++-v3/acinclude.m4
index c4cde86b7f3..f8765971bd0 100644
--- a/libstdc++-v3/acinclude.m4
+++ b/libstdc++-v3/acinclude.m4
@@ -3305,16 +3305,10 @@ dnl having to write complex code (the sed commands to clean the macro
dnl namespace are complex and fragile enough as it is). We must also
dnl add a relative path so that -I- is supported properly.
dnl
-dnl Substs:
-dnl glibcxx_thread_h
-dnl
AC_DEFUN([GLIBCXX_ENABLE_THREADS], [
AC_MSG_CHECKING([for thread model used by GCC])
target_thread_file=`$CXX -v 2>&1 | sed -n 's/^Thread model: //p'`
AC_MSG_RESULT([$target_thread_file])
-
- glibcxx_thread_h=gthr-$target_thread_file.h
- AC_SUBST(glibcxx_thread_h)
])