diff options
| author | Oscar Fuentes <ofv@wanadoo.es> | 2009-05-06 14:40:37 +0000 |
|---|---|---|
| committer | Oscar Fuentes <ofv@wanadoo.es> | 2009-05-06 14:40:37 +0000 |
| commit | a6e2006f83092f1f1aca8cdb5504ddcd987634f0 (patch) | |
| tree | 23753e8b6060d770f54e9e7f00918cdd356fe8e0 /llvm/include | |
| parent | 60acda722de9cc3c46ae1958fa97a8c3be8cf1d6 (diff) | |
| download | bcm5719-llvm-a6e2006f83092f1f1aca8cdb5504ddcd987634f0.tar.gz bcm5719-llvm-a6e2006f83092f1f1aca8cdb5504ddcd987634f0.zip | |
CMake: Detects libpthread and sets HAVE_LIBPTHREAD.
llvm-svn: 71084
Diffstat (limited to 'llvm/include')
| -rw-r--r-- | llvm/include/llvm/Config/config.h.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Config/config.h.cmake b/llvm/include/llvm/Config/config.h.cmake index cabf0f17882..dac1856ea0b 100644 --- a/llvm/include/llvm/Config/config.h.cmake +++ b/llvm/include/llvm/Config/config.h.cmake @@ -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 |

