Add basic zlib support to LLVM. This would allow to use compression/uncompression...
[oota-llvm.git] / Makefile.config.in
index 26e3709fee00284afd03dc8091f17efe231314a5..fd4f6ef5d814c791ba9a96a02113ce6fe221b9d7 100644 (file)
@@ -302,6 +302,9 @@ ENABLE_DOXYGEN = @ENABLE_DOXYGEN@
 # Do we want to enable threads?
 ENABLE_THREADS := @LLVM_ENABLE_THREADS@
 
+# Do we want to enable zlib?
+ENABLE_ZLIB := @LLVM_ENABLE_ZLIB@
+
 # Do we want to build with position independent code?
 ENABLE_PIC := @ENABLE_PIC@