Re: Issue with libpq < 8.4

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: Issue with libpq < 8.4
Date: 2010-08-24 10:28:31
Message-ID: AANLkTim_QM7c22ynoM1aePdcOT+m5wGDLJ8UjUa=LfM+@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

On Tue, Aug 24, 2010 at 11:01 AM, Guillaume Lelarge
<guillaume(at)lelarge(dot)info> wrote:
> Adding a configure check doesn't seem that simple to me :)

If you can wrangle wxWidgets sizers, you can surely cope with a
configure check :-)

FYI, all the interesting stuff is in acinclude.m4. The bits that are
called, and in what order comes from configure.ac.in.

> I suppose it'll fix packagers issue. I hope they use the required
> libraries when they build their packages.

They'll have to now :-)

> Really curious to see your patch. I've never had to change the configure
> stuff. Yet another thing to learn :)

http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise Postgres Company

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Magnus Hagander 2010-08-24 10:49:41 Re: Issue with libpq < 8.4
Previous Message Dave Page 2010-08-24 10:25:58 pgAdmin III commit: Check for the presence of PQconninfoParse in libpq