diff options
| author | Alexey Samsonov <samsonov@google.com> | 2013-04-23 08:57:30 +0000 |
|---|---|---|
| committer | Alexey Samsonov <samsonov@google.com> | 2013-04-23 08:57:30 +0000 |
| commit | 28acf056e1e94a70b60b9392a88dc967eaf28e07 (patch) | |
| tree | f51900a76ab9813363cf1757b7cdcc7dc7cc3c11 /llvm/include | |
| parent | 2fb337e77a9a766cac4d49147592bf9715ff913b (diff) | |
| download | bcm5719-llvm-28acf056e1e94a70b60b9392a88dc967eaf28e07.tar.gz bcm5719-llvm-28acf056e1e94a70b60b9392a88dc967eaf28e07.zip | |
Add more guards around zlib-dependent code
llvm-svn: 180084
Diffstat (limited to 'llvm/include')
| -rw-r--r-- | llvm/include/llvm/Config/config.h.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/include/llvm/Config/config.h.cmake b/llvm/include/llvm/Config/config.h.cmake index 408c590bebb..97af6955d9e 100644 --- a/llvm/include/llvm/Config/config.h.cmake +++ b/llvm/include/llvm/Config/config.h.cmake @@ -230,6 +230,9 @@ /* Define to 1 if you have the `udis86' library (-ludis86). */ #undef HAVE_LIBUDIS86 +/* Define to 1 if you have the 'z' library (-lz). */ +#cmakedefine HAVE_LIBZ ${HAVE_LIBZ} + /* Define to 1 if you have the <limits.h> header file. */ #cmakedefine HAVE_LIMITS_H ${HAVE_LIMITS_H} |

