1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

Fix typo in makefile variable name that prevents zlib from being recognized

llvm-svn: 16656
This commit is contained in:
Reid Spencer 2004-10-04 17:49:19 +00:00
parent fdf5f0f13a
commit 5c3b0b7e23

View 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@