]> granicus.if.org Git - postgresql/commit
In the configure check for the Python distutils module, use a less obscure
authorPeter Eisentraut <peter_e@gmx.net>
Wed, 14 Oct 2009 21:59:15 +0000 (21:59 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Wed, 14 Oct 2009 21:59:15 +0000 (21:59 +0000)
commitde7ee9e2e9baad7d575ef4fd177f96f3a32678d8
tree6dcafe47103b4f925bbae98028ed0e4be0f10d58
parentea2467d78bec32a8c423ef887aa56f80b5806bb1
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.
config/python.m4
configure