blob: 6f17b850f6118500847e4e16949f2a1790e355bd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
Index: include/llvm/Config/config.h.cmake
===================================================================
--- include/llvm/Config/config.h.cmake (Revision 71077)
+++ include/llvm/Config/config.h.cmake (Arbeitskopie)
@@ -276,6 +276,9 @@
/* Define to have the %a format string */
#undef HAVE_PRINTF_A
+/* Have pthread.h */
+#cmakedefine HAVE_PTHREAD_H ${HAVE_PTHREAD_H}
+
/* Have pthread_mutex_lock */
#cmakedefine HAVE_PTHREAD_MUTEX_LOCK ${HAVE_PTHREAD_MUTEX_LOCK}
|