CMake: Added cmakedefine for HAVE_PTHREAD_H.

Patch by Robert Schuster!

llvm-svn: 71083
This commit is contained in:
Oscar Fuentes 2009-05-06 14:27:59 +00:00
parent 86f2bc596a
commit 60acda722d
1 changed files with 3 additions and 0 deletions

View File

@ -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}