Reject too-old Python versions a bit sooner.
Tom Lane <tgl@sss.pgh.pa.us>
Reject too-old Python versions a bit sooner. Commit 04aad4018 added this check after the search for a Python shared library, which seems to me to be a pretty unfriendly ordering. The search might fail for what are basically version-related reasons, and in such a case it'd be better to say "your Python is too old" than "could not find shared library for Python".
Files
| Path | Change | +/− |
|---|---|---|
| config/python.m4 | modified | +7 −1 |
| configure | modified | +5 −3 |
| configure.in | modified | +0 −3 |