On 5/2/15 11:09 AM, Andrew Dunstan wrote:
>
> On 05/01/2015 11:16 PM, Peter Eisentraut wrote:
>> On 5/1/15 10:22 PM, Michael Paquier wrote:
>>> On Sat, May 2, 2015 at 10:39 AM, Peter Eisentraut <peter_e@gmx.net>
>>> wrote:
>>>> Move interpreter shared library detection to configure
>>> This is hurting OSX platforms at least older than 10.6 (I can get
>>> configure working on my 10.8 laptop), and OpenBSD.
>> The OpenBSD case is intentional, because that would previously silently
>> skip the build, which is what we wanted to get rid of.
>>
>> The OS X case, who knows. I have put back the explicit platform
>> detection that was previously there to fix that.
>
> This has also broken frogmouth, which hitherto was happily build and
> running plpython. See
> <http://www.pgbuildfarm.org/cgi-bin/show_log.pl?nm=frogmouth&dt=2015-05-02%2012%3A31%3A05>
That was an oversight. I have attempted a fix.