forked from OSchip/llvm-project
CMake: Added cmakedefine for HAVE_PTHREAD_H.
Patch by Robert Schuster! llvm-svn: 71083
This commit is contained in:
parent
86f2bc596a
commit
60acda722d
|
@ -276,6 +276,9 @@
|
||||||
/* Define to have the %a format string */
|
/* Define to have the %a format string */
|
||||||
#undef HAVE_PRINTF_A
|
#undef HAVE_PRINTF_A
|
||||||
|
|
||||||
|
/* Have pthread.h */
|
||||||
|
#cmakedefine HAVE_PTHREAD_H ${HAVE_PTHREAD_H}
|
||||||
|
|
||||||
/* Have pthread_mutex_lock */
|
/* Have pthread_mutex_lock */
|
||||||
#cmakedefine HAVE_PTHREAD_MUTEX_LOCK ${HAVE_PTHREAD_MUTEX_LOCK}
|
#cmakedefine HAVE_PTHREAD_MUTEX_LOCK ${HAVE_PTHREAD_MUTEX_LOCK}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue