mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
HAVE_LIBZ is the actual name of the define we use
This commit is contained in:
parent
e3f83cb17a
commit
5c858965b8
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user