Also check for Python platform-specific include directory
authorPeter Eisentraut <peter_e@gmx.net>
Thu, 30 Aug 2012 02:44:59 +0000 (22:44 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Thu, 30 Aug 2012 03:05:35 +0000 (23:05 -0400)
commit9cffb187d80d87399c5d2c4577b3f3ba775ef028
tree992dfb81ad4393d31464e707601d0dfe0b2cdb72
parente83bb10d6dcf05a666d4ada00d9788c7974ad378
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.
config/python.m4
configure