From 27fcfe1364943dadd99fd0ef5af6793f58acc446 Mon Sep 17 00:00:00 2001 From: Owen Anderson Date: Thu, 25 Jun 2009 23:10:26 +0000 Subject: Add a configure test for pthread_getspecific, and use it when building ThreadLocal. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74222 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Config/config.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/llvm/Config/config.h.in') diff --git a/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in index ac60f4dc3a..9452ce7c0d 100644 --- a/include/llvm/Config/config.h.in +++ b/include/llvm/Config/config.h.in @@ -279,6 +279,9 @@ /* Define to have the %a format string */ #undef HAVE_PRINTF_A +/* Have pthread_getspecific */ +#undef HAVE_PTHREAD_GETSPECIFIC + /* Define to 1 if you have the header file. */ #undef HAVE_PTHREAD_H -- cgit v1.2.3