summaryrefslogtreecommitdiff
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
commit5da60469f9a9513c28c9d715d818f7d789972e90 (patch)
tree9fe44df8bb670a822bb62142bfd7008137378599 /include/llvm/Config
parentf0429fd1ca7f6d359a33c20617785d7572a0292d (diff)
downloadllvm-5da60469f9a9513c28c9d715d818f7d789972e90.tar.gz
llvm-5da60469f9a9513c28c9d715d818f7d789972e90.tar.bz2
llvm-5da60469f9a9513c28c9d715d818f7d789972e90.tar.xz
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 a043a984ed..5257df97b2 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