pgsql: Fix shared libpython detection on OS X

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix shared libpython detection on OS X
Date: 2015-05-02 03:14:40
Message-ID: E1YoNt2-0006kD-Gg@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2015-05-02 03:16:00 Re: pgsql: Move interpreter shared library detection to configure
Previous Message Michael Paquier 2015-05-02 02:22:14 Re: pgsql: Move interpreter shared library detection to configure