aboutsummaryrefslogtreecommitdiffstats
path: root/nt
diff options
context:
space:
mode:
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 */