From 32cef52f0d4f204d8741f30ffd2448d443049c47 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 31 Jan 2003 07:07:28 +0000 Subject: Kevin Roth corrected the zlib stuff to work better. --- lib/Makefile.m32 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/Makefile.m32') diff --git a/lib/Makefile.m32 b/lib/Makefile.m32 index c68443a35..628140d16 100644 --- a/lib/Makefile.m32 +++ b/lib/Makefile.m32 @@ -13,7 +13,7 @@ RM = rm -f RANLIB = ranlib STRIP = strip -g OPENSSL_PATH = ../../openssl-0.9.6g -ZLIB_PATH = ../../zlib-1.1.3 +ZLIB_PATH = ../../zlib-1.1.4 ######################################################## ## Nothing more to do below this line! @@ -27,7 +27,7 @@ ifdef SSL endif ifdef ZLIB INCLUDES += -I"$(ZLIB_PATH)" - CFLAGS += -DHAVE_ZLIB + CFLAGS += -DHAVE_ZLIB -DHAVE_ZLIB_H DLL_LIBS += -L$(ZLIB_PATH) -lz endif COMPILE = $(CC) $(INCLUDES) $(CFLAGS) -- cgit v1.2.3