From 3af4913e2dbcdc71d61fd66bb2ed357a7a25ac68 Mon Sep 17 00:00:00 2001 From: Barry Moore Date: Tue, 3 Jan 2017 18:03:39 -0500 Subject: [PATCH] Minor fix to zlib download --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 128d7126..85b2e146 100755 --- a/configure +++ b/configure @@ -102,7 +102,7 @@ curl = Info( default_path=join(QP_ROOT_BIN, "curl")) zlib = Info( - url='http://zlib.net/zlib-1.2.8.tar.gz', + url='http://www.zlib.net/zlib-1.2.10.tar.gz', description=' zlib', default_path=join(QP_ROOT_LIB, "libz.a"))