Remove HAVE_LIBNCURSES; it is required to be true
authorGlenn Morris <rgm@gnu.org>
Tue, 1 May 2012 00:30:11 +0000 (20:30 -0400)
committerGlenn Morris <rgm@gnu.org>
Tue, 1 May 2012 00:30:11 +0000 (20:30 -0400)
commit9311dcff1de585f39b16e07fbc5a9fb681a06642
treec088999761bf51c27cfbb4c005509654f3a1f7c7
parent6eac8dc9ac4a6478b88a397a876c272b16c0facc
Remove HAVE_LIBNCURSES; it is required to be true

Also, it was a confusing name, since it does not necessarily mean that
we literally have libncurses; rather that we have tputs etc.

* configure.in (HAVE_LIBNCURSES): Remove; it is required to be true.

* src/dispnew.c: Remove HAVE_LIBNCURSES test;
it is always true on relevant platforms.

* nt/config.nt (HAVE_LIBNCURSES): Remove undef; not needed.
ChangeLog
configure.in
nt/ChangeLog
nt/config.nt
src/ChangeLog
src/dispnew.c