diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-02-04 18:23:41 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-02-04 18:23:41 +0000 |
commit | 5c858965b80e2ab70fb477c73248aa1fe0c9418f (patch) | |
tree | b1f7ac9edde2712c4963fd44abaa09cb06e3f712 | |
parent | e3f83cb17ae9d73cd4b2f0ea13771eb2add27ebc (diff) |
HAVE_LIBZ is the actual name of the define we use
-rw-r--r-- | lib/Makefile.m32 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.m32 b/lib/Makefile.m32 index 628140d16..842c29b36 100644 --- a/lib/Makefile.m32 +++ b/lib/Makefile.m32 @@ -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) |