OSDN Git Service

Fix typo in makefile variable name that prevents zlib from being recognized
authorReid Spencer <rspencer@reidspencer.com>
Mon, 4 Oct 2004 17:49:19 +0000 (17:49 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 4 Oct 2004 17:49:19 +0000 (17:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16656 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile.config.in

index 8a5d54c..4bf5963 100644 (file)
@@ -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@