]> granicus.if.org Git - postgresql/commit
Improve detection of Python 3.2 installations
authorPeter Eisentraut <peter_e@gmx.net>
Thu, 18 Aug 2011 11:43:16 +0000 (14:43 +0300)
committerPeter Eisentraut <peter_e@gmx.net>
Thu, 18 Aug 2011 11:47:03 +0000 (14:47 +0300)
commit7ce4abf5993dd8819053d0592aa2276d49b3ffb3
treef0890aae8cb7e11388abcf265ea02866920c71fe
parent7b1509d56256fa391d4ae71288be194923a41947
Improve detection of Python 3.2 installations

Because of ABI tagging, the library version number might no longer be
exactly the Python version number, so do extra lookups.  This affects
installations without a shared library, such as ActiveState's
installer.

Also update the way to detect the location of the 'config' directory,
which can also be versioned.

Ashesh Vashi
config/python.m4
configure