projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba842e3
)
CMake: Added cmakedefine for HAVE_PTHREAD_H.
author
Oscar Fuentes
<ofv@wanadoo.es>
Wed, 6 May 2009 14:27:59 +0000
(14:27 +0000)
committer
Oscar Fuentes
<ofv@wanadoo.es>
Wed, 6 May 2009 14:27:59 +0000
(14:27 +0000)
Patch by Robert Schuster!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71083
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Config/config.h.cmake
patch
|
blob
|
history
diff --git
a/include/llvm/Config/config.h.cmake
b/include/llvm/Config/config.h.cmake
index 82f882824a2fb88ea9b8bd5df4683c1e1e4f8505..cabf0f17882d3c02b3082a7464e611c47d05ff06 100644
(file)
--- a/
include/llvm/Config/config.h.cmake
+++ b/
include/llvm/Config/config.h.cmake
@@
-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}