pgsql: Fix python shlib probe for Cygwin.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix python shlib probe for Cygwin.
Date: 2016-10-07 15:27:43
Message-ID: E1bsX3n-0000eQ-77@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix python shlib probe for Cygwin.

On buildfarm member cockatiel, that library is in /usr/bin.
(Possibly we should look at $PATH on this platform?)
Per off-list report from Andrew Dunstan.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/17a3a1eb0efc5d84c81e46a26fe6bd21dbe90de9

Modified Files
--------------
config/python.m4 | 10 +++++-----
configure | 10 +++++-----
2 files changed, 10 insertions(+), 10 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2016-10-07 18:50:27 pgsql: Make TAP test suites to work, when @INC does not contain current
Previous Message Tom Lane 2016-10-07 13:51:35 pgsql: Fix pg_dump to work against pre-9.0 servers again.