From: Daniel Stenberg Date: Fri, 31 Jan 2003 07:07:28 +0000 (+0000) Subject: Kevin Roth corrected the zlib stuff to work better. X-Git-Tag: curl-7_10_4~157 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=32cef52f0d4f204d8741f30ffd2448d443049c47;p=curl Kevin Roth corrected the zlib stuff to work better. --- 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)