diff options
author | Ken Manheimer <klm@digicool.com> | 1998-03-03 16:42:53 (GMT) |
---|---|---|
committer | Ken Manheimer <klm@digicool.com> | 1998-03-03 16:42:53 (GMT) |
commit | 74a43470b1aea26834b5b63670167240325746e8 (patch) | |
tree | 01cf3266d2a14c910a0f5a86cfee1c49e8bc8a92 /Modules/Setup.in | |
parent | 9e43adbe7834f9b4143f7209edc0061c68455f56 (diff) | |
download | cpython-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/Setup.in')
-rw-r--r-- | Modules/Setup.in | 2 |
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 |