In the configure check for the Python distutils module, use a less obscure

Peter Eisentraut <peter_e@gmx.net>

Commit: de7ee9e2e9baad7d575ef4fd177f96f3a32678d8
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2009-10-14T21:59:15Z
Releases: 9.0.0
In the configure check for the Python distutils module, use a less obscure
shell construct to hide away the stderr output.  Python 3.1 actually core
dumps on the current invocation (http://bugs.python.org/issue7111), but the
new version also has the more general advantage of saving the error message
in config.log for analysis.

Files

PathChange+/−
config/python.m4 modified +2 −2
configure modified +1 −1