CMake: Detects libpthread and sets HAVE_LIBPTHREAD.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71084 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Oscar Fuentes
2009-05-06 14:40:37 +00:00
parent ec8b2a9530
commit d413c01088
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -194,7 +194,7 @@
#cmakedefine HAVE_LIBPSAPI ${HAVE_LIBPSAPI}
/* Define to 1 if you have the `pthread' library (-lpthread). */
#undef HAVE_LIBPTHREAD
#cmakedefine HAVE_LIBPTHREAD ${HAVE_LIBPTHREAD}
/* Define to 1 if you have the `udis86' library (-ludis86). */
#undef HAVE_LIBUDIS86