]> granicus.if.org Git - postgresql/commit
Fix readline/libedit selection code to prefer readline over libedit
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 30 Nov 2004 06:13:04 +0000 (06:13 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 30 Nov 2004 06:13:04 +0000 (06:13 +0000)
commitaef2d0d86c9a39f33672d3d04869b641815430c4
tree671d9288573e7edfa160c930a1dc0ca045fd4920
parentc3df447a03654d5374f5c6998e3250f1981aedb8
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.
config/programs.m4
configure
configure.in