pgsql: Fix readline/libedit selection code to prefer readline over

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix readline/libedit selection code to prefer readline over
Date: 2004-11-30 06:13:05
Message-ID: 20041130061305.9FA563A5386@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix readline/libedit selection code to prefer readline over libedit
reliably (ie, regardless of which libraries they depend on). Also
make sure that we don't select headers that obviously belong to the
wrong one of the two libraries. This was discussed back around 4-Sep
but seems to have slipped through the cracks. The header selection
could be checked more closely, perhaps, but let's see if this is good
enough.

Modified Files:
--------------
pgsql/config:
programs.m4 (r1.16 -> r1.17)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/config/programs.m4.diff?r1=1.16&r2=1.17)
pgsql:
configure (r1.408 -> r1.409)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.diff?r1=1.408&r2=1.409)
configure.in (r1.386 -> r1.387)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.in.diff?r1=1.386&r2=1.387)

Browse pgsql-committers by date

  From Date Subject
Next Message alex yap 2004-11-30 17:09:44 createdb fail
Previous Message Bruce Momjian 2004-11-30 05:06:36 pgsql: Update wording: < you would like to work on an item, please read