X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=Makefile.config.in;h=fd4f6ef5d814c791ba9a96a02113ce6fe221b9d7;hb=e67a4afb5da59c02338622eea68e096ba143113f;hp=26e3709fee00284afd03dc8091f17efe231314a5;hpb=c6aa8348363c67d6ef1fac87e1d933742bf41403;p=oota-llvm.git diff --git a/Makefile.config.in b/Makefile.config.in index 26e3709fee0..fd4f6ef5d81 100644 --- a/Makefile.config.in +++ b/Makefile.config.in @@ -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@