Detecting readline in configure - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Detecting readline in configure
Date
Msg-id Pine.LNX.4.30.0105211728290.757-100000@peter.localdomain
Whole thread Raw
Responses Re: Detecting readline in configure  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Every once in a while some user complains that "the cursor keys don't work
anymore in psql".  There has even been one case where a major vendor has
shipped binaries without readline support.  While we keep telling them,
"make sure configure finds the library and the header files", this is a
rather difficult thing for users to do reliably, especially if they are
using a pre-packaged deal where no intervention is expected.

I think we should add a --with-readline option to configure, and make
configure die with an error if the option is used and no readline is
found.  If the option is not used, readline would still be used if found.

Comments?

-- 
Peter Eisentraut   peter_e@gmx.net   http://funkturm.homeip.net/~peter



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: AW: Fix for tablename in targetlist
Next
From: Zeugswetter Andreas SB
Date:
Subject: AW: Re: External search engine, advice