summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2004-07-29 03:55:56 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2004-07-29 03:55:56 (GMT)
commit014f103705afef0c1c6d7dc740e6a4f21b2da794 (patch)
tree9d8d0cd62f728d8b333ae3302010204ff0e79a57 /Modules
parentf9f0b21653721c0c2a62a2c125fa343784435bf6 (diff)
downloadcpython-014f103705afef0c1c6d7dc740e6a4f21b2da794.zip
cpython-014f103705afef0c1c6d7dc740e6a4f21b2da794.tar.gz
cpython-014f103705afef0c1c6d7dc740e6a4f21b2da794.tar.bz2
SF bug #999776, zlib home page wrong
Backport candidate.
Diffstat (limited to 'Modules')
-rw-r--r--Modules/Setup.dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/Setup.dist b/Modules/Setup.dist
index 6074b1b..3031358 100644
--- a/Modules/Setup.dist
+++ b/Modules/Setup.dist
@@ -462,7 +462,7 @@ GLHACK=-Dclear=__GLclear
# Andrew Kuchling's zlib module.
# This require zlib 1.1.3 (or later).
-# See http://www.cdrom.com/pub/infozip/zlib/
+# See http://www.gzip.org/zlib/
#zlib zlibmodule.c -I$(prefix)/include -L$(exec_prefix)/lib -lz
# Interface to the Expat XML parser