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 | 8cd10be5c1c09b7aa2272e00571540c082834c4a (patch) | |
tree | 2c06b1b9091c7be290a8a5eae11cc4cccaa46704 /include/llvm | |
parent | 7e02bc626b03039d40d461df1bb5c3c322a74fef (diff) | |
download | external_llvm-8cd10be5c1c09b7aa2272e00571540c082834c4a.tar.gz external_llvm-8cd10be5c1c09b7aa2272e00571540c082834c4a.tar.bz2 external_llvm-8cd10be5c1c09b7aa2272e00571540c082834c4a.zip |
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 5257df97b2..a043a984ed 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 |