]> granicus.if.org Git - curl/commitdiff
HAVE_LIBZ is the actual name of the define we use
authorDaniel Stenberg <daniel@haxx.se>
Tue, 4 Feb 2003 18:23:41 +0000 (18:23 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 4 Feb 2003 18:23:41 +0000 (18:23 +0000)
lib/Makefile.m32

index 628140d16fb882866dd4df1925be2b26c1edd750..842c29b36e6d53cd19275aa130d73a66c2b9bef7 100644 (file)
@@ -27,7 +27,7 @@ ifdef SSL
 endif
 ifdef ZLIB
        INCLUDES += -I"$(ZLIB_PATH)"
-       CFLAGS += -DHAVE_ZLIB -DHAVE_ZLIB_H
+       CFLAGS += -DHAVE_LIBZ -DHAVE_ZLIB_H
        DLL_LIBS += -L$(ZLIB_PATH) -lz
 endif
 COMPILE = $(CC) $(INCLUDES) $(CFLAGS)