Detecting readline in configure

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Detecting readline in configure
Дата
Msg-id Pine.LNX.4.30.0105211728290.757-100000@peter.localdomain
обсуждение исходный текст
Ответы Re: Detecting readline in configure  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: AW: Fix for tablename in targetlist
Следующее
От: Zeugswetter Andreas SB
Дата:
Сообщение: AW: Re: External search engine, advice