From 822dfa51a02b02a76d5be9d6e9b731455e16e47a Mon Sep 17 00:00:00 2001 From: dmiller Date: Sat, 10 Mar 2018 03:09:32 +0000 Subject: [PATCH] Fix misspelling of ZLIB_LIBS. Closes #1073 --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 82d330dff..615980fb0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -105,7 +105,7 @@ NSE_SRC+=nse_libssh2.cc NSE_HDRS+=nse_libssh2.h NSE_OBJS+=nse_libssh2.o endif -ifneq (@LIBZLIB_LIBS@,) +ifneq (@ZLIB_LIBS@,) NSE_SRC+=nse_zlib.cc NSE_HDRS+=nse_zlib.h NSE_OBJS+=nse_zlib.o