pgsql: Fix shared libpython detection on OS X - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Fix shared libpython detection on OS X
Date
Msg-id E1YoNt2-0006kD-Gg@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix shared libpython detection on OS X

Apparently, looking for an appropriately named file doesn't work on some
older versions, so put the back the explicit platform detection.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/010aa420b9dd5393490c8793f43949dca269a753

Modified Files
--------------
configure    |   35 ++++++++++++++++++++---------------
configure.in |   35 ++++++++++++++++++++---------------
2 files changed, 40 insertions(+), 30 deletions(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: pgsql: Move interpreter shared library detection to configure
Next
From: Peter Eisentraut
Date:
Subject: Re: pgsql: Move interpreter shared library detection to configure