summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorKen Manheimer <klm@digicool.com>1998-03-03 16:42:53 (GMT)
committerKen Manheimer <klm@digicool.com>1998-03-03 16:42:53 (GMT)
commit74a43470b1aea26834b5b63670167240325746e8 (patch)
tree01cf3266d2a14c910a0f5a86cfee1c49e8bc8a92 /Modules
parent9e43adbe7834f9b4143f7209edc0061c68455f56 (diff)
downloadcpython-74a43470b1aea26834b5b63670167240325746e8.zip
cpython-74a43470b1aea26834b5b63670167240325746e8.tar.gz
cpython-74a43470b1aea26834b5b63670167240325746e8.tar.bz2
Looks like mention of http://quest.jpl.nasa.gov/zlib/ got added but
not checked in, so i'm doing it.
Diffstat (limited to 'Modules')
-rw-r--r--Modules/Setup.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/Setup.in b/Modules/Setup.in
index 1e6d211..b4c695d 100644
--- a/Modules/Setup.in
+++ b/Modules/Setup.in
@@ -390,7 +390,7 @@ cPickle cPickle.c
#fpetest fpetestmodule.c
# Andrew Kuchling's zlib module.
-# This require zlib 1.0.4 (or later).
+# This require zlib 1.0.4 (or later). See http://quest.jpl.nasa.gov/zlib/
# See http://www.cdrom.com/pub/infozip/zlib/
#zlib zlibmodule.c -I$(prefix)/include -L$(exec_prefix)/lib -lz