[Python-checkins] python/dist/src/Modules Setup.dist,1.46,1.47
nnorwitz at users.sourceforge.net
nnorwitz at users.sourceforge.net
Thu Jul 29 05:55:58 CEST 2004
Update of /cvsroot/python/python/dist/src/Modules
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25177/Modules
Modified Files:
Setup.dist
Log Message:
SF bug #999776, zlib home page wrong
Backport candidate.
Index: Setup.dist
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/Setup.dist,v
retrieving revision 1.46
retrieving revision 1.47
diff -C2 -d -r1.46 -r1.47
*** Setup.dist 19 Jul 2004 16:42:20 -0000 1.46
--- Setup.dist 29 Jul 2004 03:55:56 -0000 1.47
***************
*** 463,467 ****
# Andrew Kuchling's zlib module.
# This require zlib 1.1.3 (or later).
! # See http://www.cdrom.com/pub/infozip/zlib/
#zlib zlibmodule.c -I$(prefix)/include -L$(exec_prefix)/lib -lz
--- 463,467 ----
# Andrew Kuchling's zlib module.
# This require zlib 1.1.3 (or later).
! # See http://www.gzip.org/zlib/
#zlib zlibmodule.c -I$(prefix)/include -L$(exec_prefix)/lib -lz
More information about the Python-checkins
mailing list