]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
OSX tests used specific version numbers to test for new features and
authorJack Jansen <jack.jansen@cwi.nl>
Wed, 14 Nov 2001 10:59:57 +0000 (10:59 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Wed, 14 Nov 2001 10:59:57 +0000 (10:59 +0000)
commit418c3b1e26770dd3920ed750f53f586b374e61bb
tree78d56b163509fa14aa43fc01b1c8934f46e6d6aa
parent00cafa0f76aa5860386d6fecabc61132cc7711a4
OSX tests used specific version numbers to test for new features and
used the default Darwin/* for the old code. Reversed those tests so
that compatibility code is in a switch leg with a specific version and
newer systems take the default leg.

This should allow Python to build on OSX 10.1.1 (which jumps from Darwin/1.4
to Darwin/5.1 due to a new numbering scheme).
configure
configure.in