]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Patch by Mark Favas to ensure that the zlib we find is 1.1.3 or
authorGuido van Rossum <guido@python.org>
Sun, 15 Apr 2001 15:16:12 +0000 (15:16 +0000)
committerGuido van Rossum <guido@python.org>
Sun, 15 Apr 2001 15:16:12 +0000 (15:16 +0000)
commite697091c45001a1674434a553d67e15f2c6b13b8
tree2b17747d159ff640fe24e1f903a4582cf685dd5c
parent2b5ff073ab9c232307f82dfd1cab0589ef293df5
Patch by Mark Favas to ensure that the zlib we find is 1.1.3 or
later.  This assumes that zlib.h has a line of the form

    #define ZLIB_VERSION "1.1.3"

This solves the problem where a zlib installation is found but it is
an older version -- this would break the build, while a better
solution is to simply ignore that zlib installation.
setup.py