| commit | e697091c45001a1674434a553d67e15f2c6b13b8 | [log] [tgz] |
|---|---|---|
| author | Guido van Rossum <guido@python.org> | Sun Apr 15 15:16:12 2001 +0000 |
| committer | Guido van Rossum <guido@python.org> | Sun Apr 15 15:16:12 2001 +0000 |
| tree | 2b17747d159ff640fe24e1f903a4582cf685dd5c | |
| parent | 2b5ff073ab9c232307f82dfd1cab0589ef293df5 [diff] |
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.