CMake: Added cmakedefine for HAVE_PTHREAD_H.
authorOscar Fuentes <ofv@wanadoo.es>
Wed, 6 May 2009 14:27:59 +0000 (14:27 +0000)
committerOscar 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

index 82f882824a2fb88ea9b8bd5df4683c1e1e4f8505..cabf0f17882d3c02b3082a7464e611c47d05ff06 100644 (file)
 /* 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}