aboutsummaryrefslogtreecommitdiffstats
path: root/nt
diff options
context:
space:
mode:
authorGlenn Morris2012-04-30 20:30:11 -0400
committerGlenn Morris2012-04-30 20:30:11 -0400
commit9311dcff1de585f39b16e07fbc5a9fb681a06642 (patch)
treec088999761bf51c27cfbb4c005509654f3a1f7c7 /nt
parent6eac8dc9ac4a6478b88a397a876c272b16c0facc (diff)
downloademacs-9311dcff1de585f39b16e07fbc5a9fb681a06642.tar.gz
emacs-9311dcff1de585f39b16e07fbc5a9fb681a06642.zip
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.
Diffstat (limited to 'nt')
-rw-r--r--nt/ChangeLog4
-rw-r--r--nt/config.nt3
2 files changed, 5 insertions, 2 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog
index c76695a4a99..0374a3df0f5 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,3 +1,7 @@
12012-05-01 Glenn Morris <rgm@gnu.org>
2
3 * config.nt (HAVE_LIBNCURSES): Remove undef; not needed.
4
12012-04-14 Dani Moncayo <dmoncayo@gmail.com> (tiny change) 52012-04-14 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
2 6
3 * makefile.w32-in: Fix typo (Bug#10261). 7 * makefile.w32-in: Fix typo (Bug#10261).
diff --git a/nt/config.nt b/nt/config.nt
index 8aadf2c150d..8b819af5cac 100644
--- a/nt/config.nt
+++ b/nt/config.nt
@@ -1,6 +1,6 @@
1/* GNU Emacs site configuration template file. -*- C -*- 1/* GNU Emacs site configuration template file. -*- C -*-
2 2
3Copyright (C) 1988, 1993-1994, 2001-2012 Free Software Foundation, Inc. 3Copyright (C) 1988, 1993-1994, 2001-2012 Free Software Foundation, Inc.
4 4
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
@@ -138,7 +138,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
138#undef HAVE_LIBPTHREADS 138#undef HAVE_LIBPTHREADS
139#undef HAVE_LIBRESOLV 139#undef HAVE_LIBRESOLV
140#undef HAVE_LIBXMU 140#undef HAVE_LIBXMU
141#undef HAVE_LIBNCURSES
142#undef HAVE_LIBINTL 141#undef HAVE_LIBINTL
143 142
144/* movemail Kerberos support */ 143/* movemail Kerberos support */