summaryrefslogtreecommitdiff
path: root/libgomp/configure.ac
diff options
context:
space:
mode:
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2006-04-25 20:58:25 +0000
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2006-04-25 20:58:25 +0000
commit4d006f8aedf1fe49c0a0652bca263fe789db5d69 (patch)
tree1c60995ec3ab114dfb5e5c1677f11326d343c170 /libgomp/configure.ac
parent083659692e38253d70e2c465e2c896460df2b43e (diff)
downloadgcc-4d006f8aedf1fe49c0a0652bca263fe789db5d69.tar.gz
PR libgomp/25865
* configure.ac: Use GCC_CHECK_TLS. * acinclude.m4 (LIBGOMP_CHECK_TLS): Remove. * Makefile.in, aclocal.m4, configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@113256 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgomp/configure.ac')
-rw-r--r--libgomp/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgomp/configure.ac b/libgomp/configure.ac
index 08f67243dcd..606a0fd6ba6 100644
--- a/libgomp/configure.ac
+++ b/libgomp/configure.ac
@@ -183,7 +183,7 @@ if test $ac_cv_func_clock_gettime = no; then
fi
# See if we support thread-local storage.
-LIBGOMP_CHECK_TLS
+GCC_CHECK_TLS
# See what sort of export controls are availible.
LIBGOMP_CHECK_ATTRIBUTE_VISIBILITY