summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-02-04 18:24:55 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-02-04 18:24:55 +0000
commitff8abfca850db4136af726159e93f46124692ee1 (patch)
tree340a232cd11bcc45b039de5eedb9cded1ca8f80f /src
parent5c858965b80e2ab70fb477c73248aa1fe0c9418f (diff)
downloadcurl-ff8abfca850db4136af726159e93f46124692ee1.tar.gz
assume zlib 1.1.4 - pointed out by Kevin Roth
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.m322
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