OSDN Git Service

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 82f8828..cabf0f1 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}