aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Config
diff options
context:
space:
mode:
authorEdward O'Callaghan <eocallaghan@auroraux.org>2009-10-14 11:12:33 +0000
committerEdward O'Callaghan <eocallaghan@auroraux.org>2009-10-14 11:12:33 +0000
commitf693477fe44829276ad0b270fb8856228c6313d8 (patch)
tree9fe44df8bb670a822bb62142bfd7008137378599 /include/llvm/Config
parent8407f6b1defd05a0adf914c15c33a273e22819c6 (diff)
downloadexternal_llvm-f693477fe44829276ad0b270fb8856228c6313d8.zip
external_llvm-f693477fe44829276ad0b270fb8856228c6313d8.tar.gz
external_llvm-f693477fe44829276ad0b270fb8856228c6313d8.tar.bz2
Undo pthread patch from rev. 83930 & 83823. Credit to Paul Davey.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84083 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Config')
-rw-r--r--include/llvm/Config/config.h.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in
index a043a98..5257df9 100644
--- a/include/llvm/Config/config.h.in
+++ b/include/llvm/Config/config.h.in
@@ -193,6 +193,9 @@
/* Define to 1 if you have the `psapi' library (-lpsapi). */
#undef HAVE_LIBPSAPI
+/* Define to 1 if you have the `pthread' library (-lpthread). */
+#undef HAVE_LIBPTHREAD
+
/* Define to 1 if you have the `udis86' library (-ludis86). */
#undef HAVE_LIBUDIS86
@@ -282,9 +285,6 @@
/* Define to have the %a format string */
#undef HAVE_PRINTF_A
-/* Have pthread */
-#undef HAVE_PTHREAD
-
/* Have pthread_getspecific */
#undef HAVE_PTHREAD_GETSPECIFIC