Add more guards around zlib-dependent code
[oota-llvm.git] / include / llvm / Config / config.h.cmake
index 408c590bebb082f5c477895fa1f6f306059bea57..97af6955d9edd6c9b201c39ec459217a4c04bd34 100644 (file)
 /* 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}