Thread: pgsql: Revert "Replace use of deprecated Python module distutils.syscon

pgsql: Revert "Replace use of deprecated Python module distutils.syscon

From
Peter Eisentraut
Date:
Revert "Replace use of deprecated Python module distutils.sysconfig"

This reverts commit e0e567a106726f6709601ee7cffe73eb6da8084e.

On various platforms, the new approach using the sysconfig module
reported incorrect values for the include directory, and so any
Python-related compilations failed.  Revert for now and revisit later.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/dda42ff8e60541e9eb5ac21b79af32d914f408a8

Modified Files
--------------
config/python.m4               | 28 ++++++++++++++--------------
configure                      | 30 +++++++++++++++---------------
doc/src/sgml/installation.sgml |  4 ++--
3 files changed, 31 insertions(+), 31 deletions(-)