]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix building of spwd; was incorrectly checking for the needed HAVE_* values to
authorBrett Cannon <bcannon@gmail.com>
Fri, 15 Apr 2005 20:32:39 +0000 (20:32 +0000)
committerBrett Cannon <bcannon@gmail.com>
Fri, 15 Apr 2005 20:32:39 +0000 (20:32 +0000)
commit4454a1ff8453c12739c65da21e00927ea3bf9ad9
tree05bfb33dbbb93be99dde73875dbe17fc00f355cb
parent1356f785c1fd8c2282f812b4ec6365359cb5b84f
Fix building of spwd; was incorrectly checking for the needed HAVE_* values to
properly build the module.

Also moved up the creation of config_h_vars (from
distutils.sysconfig.parse_config_h()) higher on up in detect_modules() so that
it can be used sooner).
setup.py