From 2b7b37a4c929add924018b717ef9fcc058f1b27f Mon Sep 17 00:00:00 2001 From: Edward O'Callaghan Date: Tue, 13 Oct 2009 01:01:38 +0000 Subject: Regenerate configure for rev. 83823 putback. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83930 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Config/config.h.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/llvm') diff --git a/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in index 5257df9..a043a98 100644 --- a/include/llvm/Config/config.h.in +++ b/include/llvm/Config/config.h.in @@ -193,9 +193,6 @@ /* 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 @@ -285,6 +282,9 @@ /* Define to have the %a format string */ #undef HAVE_PRINTF_A +/* Have pthread */ +#undef HAVE_PTHREAD + /* Have pthread_getspecific */ #undef HAVE_PTHREAD_GETSPECIFIC -- cgit v1.1