pgsql: Also check for Python platform-specific include directory

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Also check for Python platform-specific include directory
Date: 2012-08-30 03:06:34
Message-ID: E1T6v5W-0001V7-VQ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Also check for Python platform-specific include directory

Python can be built to have two separate include directories: one for
platform-independent files and one for platform-specific files. So
far, this has apparently never mattered for a PL/Python build. But
with the new multi-arch Python packages in Debian and Ubuntu, this is
becoming the standard configuration on these platforms, so we must
check these directories separately to be able to build there.

Also add a bit of reporting in configure to be able to see better what
is going on with this.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/9cffb187d80d87399c5d2c4577b3f3ba775ef028

Modified Files
--------------
config/python.m4 | 15 ++++++++++++---
configure | 17 ++++++++++++++---
2 files changed, 26 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2012-08-30 14:39:14 pgsql: Document that xslt-related RPMs may be needed to build docs.
Previous Message Tom Lane 2012-08-30 02:06:24 pgsql: Adjust definition of cheapest_total_path to work better with LAT