diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-02-04 18:24:55 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-02-04 18:24:55 +0000 |
commit | ff8abfca850db4136af726159e93f46124692ee1 (patch) | |
tree | 340a232cd11bcc45b039de5eedb9cded1ca8f80f | |
parent | 5c858965b80e2ab70fb477c73248aa1fe0c9418f (diff) |
assume zlib 1.1.4 - pointed out by Kevin Roth
-rw-r--r-- | src/Makefile.m32 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.m32 b/src/Makefile.m32 index e432b0d98..2b8a2257e 100644 --- a/src/Makefile.m32 +++ b/src/Makefile.m32 @@ -13,7 +13,7 @@ CC = gcc RM = rm -f STRIP = strip -s OPENSSL_PATH = ../../openssl-0.9.6g -ZLIB_PATH = ../../zlib-1.1.3 +ZLIB_PATH = ../../zlib-1.1.4 # We may need these someday # PERL = perl |