diff options
author | Edward O'Callaghan <eocallaghan@auroraux.org> | 2009-10-13 01:01:38 +0000 |
---|---|---|
committer | Edward O'Callaghan <eocallaghan@auroraux.org> | 2009-10-13 01:01:38 +0000 |
commit | 2b7b37a4c929add924018b717ef9fcc058f1b27f (patch) | |
tree | 2c06b1b9091c7be290a8a5eae11cc4cccaa46704 /include/llvm | |
parent | 6e37f4878b3e33752cd2d50818a0813733c2bd63 (diff) | |
download | external_llvm-2b7b37a4c929add924018b717ef9fcc058f1b27f.zip external_llvm-2b7b37a4c929add924018b717ef9fcc058f1b27f.tar.gz external_llvm-2b7b37a4c929add924018b717ef9fcc058f1b27f.tar.bz2 |
Regenerate configure for rev. 83823 putback.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83930 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm')
-rw-r--r-- | include/llvm/Config/config.h.in | 6 |
1 files changed, 3 insertions, 3 deletions
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 |