pgsql: Second try at fixing libedit configuration for Bob Friesenhahn.

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Second try at fixing libedit configuration for Bob Friesenhahn.
Date: 2006-10-05 00:07:45
Message-ID: 20061005000745.722289FB21D@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Second try at fixing libedit configuration for Bob Friesenhahn.
Buildfarm results from 'gazelle' show that there are indeed libedit
versions for which history.h is a needed header, even though it's
apparently been dropped entirely in other versions. Grumble.

Modified Files:
--------------
pgsql:
configure (r1.510 -> r1.511)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.diff?r1=1.510&r2=1.511)
configure.in (r1.480 -> r1.481)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.in.diff?r1=1.480&r2=1.481)
pgsql/src/include:
pg_config.h.in (r1.103 -> r1.104)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/pg_config.h.in.diff?r1=1.103&r2=1.104)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2006-10-05 01:40:45 pgsql: Work around buggy strtod on (some versions of?) IRIX.
Previous Message Bruce Momjian 2006-10-04 22:49:44 pgsql: Update Solaris strtod() bug comment.