Re: plperl needs upgrade for Fedora 10

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: Alvaro Herrera <alvherre(at)commandprompt(dot)com>, Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>, postgres hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: plperl needs upgrade for Fedora 10
Date: 2008-11-06 17:33:47
Message-ID: 976.1225992827@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Andrew Dunstan <andrew(at)dunslane(dot)net> writes:
> I'm thinking of something like this change to config/perl.m4:

> ! if test -z "$perl_embed_ldflags" ; then
> ! AC_MSG_RESULT(no)
> ! AC_MSG_ERROR([unable to determine flags to link embedded Perl])

Hm, is it certain that "empty" is never a valid value for
$perl_embed_ldflags? In any case I'm a bit confused how this fixes the
problem --- it looks like the test is just relying on Config not Embed.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Merlin Moncure 2008-11-06 17:44:22 Re: patch to fix client only builds
Previous Message Tom Lane 2008-11-06 17:26:46 Re: patch to fix client only builds