X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=Makefile.config.in;h=fd4f6ef5d814c791ba9a96a02113ce6fe221b9d7;hb=69466952edb7b8f4fe1341e7b7c71fe0f701fc02;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@