forked from OSchip/llvm-project
Fix typo in makefile variable name that prevents zlib from being recognized
llvm-svn: 16656
This commit is contained in:
parent
1bd6da2293
commit
266cd00360
|
@ -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@
|
||||
|
|
Loading…
Reference in New Issue