1
0
mirror of https://github.com/moparisthebest/curl synced 2025-03-11 07:39:50 -04:00

assume zlib 1.1.4 - pointed out by Kevin Roth

This commit is contained in:
Daniel Stenberg 2003-02-04 18:24:55 +00:00
parent 5c858965b8
commit ff8abfca85

View File

@ -13,7 +13,7 @@ CC = gcc
RM = rm -f RM = rm -f
STRIP = strip -s STRIP = strip -s
OPENSSL_PATH = ../../openssl-0.9.6g OPENSSL_PATH = ../../openssl-0.9.6g
ZLIB_PATH = ../../zlib-1.1.3 ZLIB_PATH = ../../zlib-1.1.4
# We may need these someday # We may need these someday
# PERL = perl # PERL = perl