]> granicus.if.org Git - curl/commitdiff
Kevin Roth corrected the zlib stuff to work better.
authorDaniel Stenberg <daniel@haxx.se>
Fri, 31 Jan 2003 07:07:28 +0000 (07:07 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 31 Jan 2003 07:07:28 +0000 (07:07 +0000)
lib/Makefile.m32

index c68443a356547ad24944fd77805429d1fe5daf22..628140d16fb882866dd4df1925be2b26c1edd750 100644 (file)
@@ -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)