Reject too-old Python versions a bit sooner.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 4e5ce3c1aeadf81b504bc9d683b67950bd3f8766
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2017-02-21T16:28:23Z
Releases: 10.0
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

PathChange+/−
config/python.m4 modified +7 −1
configure modified +5 −3
configure.in modified +0 −3