Commit 5c858965 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

HAVE_LIBZ is the actual name of the define we use

parent e3f83cb1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)