From: Reid Spencer Date: Mon, 4 Oct 2004 17:49:19 +0000 (+0000) Subject: Fix typo in makefile variable name that prevents zlib from being recognized X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=94926f0106d422aa6d319065de2d7f55c3bac929;p=oota-llvm.git Fix typo in makefile variable name that prevents zlib from being recognized git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16656 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/Makefile.config.in b/Makefile.config.in index 8a5d54ca83c..4bf59635482 100644 --- a/Makefile.config.in +++ b/Makefile.config.in @@ -157,7 +157,7 @@ endif # Handle configured libraries HAVE_BZIP2 := @HAVE_BZIP2@ -HAVE_ZILB := @HAVE_ZLIB@ +HAVE_ZLIB := @HAVE_ZLIB@ # Installation directories, as provided by the configure script. exec_prefix = @exec_prefix@