aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2010-03-18 19:42:32 -0700
committerGlenn Morris2010-03-18 19:42:32 -0700
commit866b0a7bf7c48a32bede4e029f874e05a4a504bd (patch)
treec382b3ed881269838748e364424c8a0bf30a5123
parent47ad15cda1c37193ede6c56d8df22a5e85525c5c (diff)
downloademacs-866b0a7bf7c48a32bede4e029f874e05a4a504bd.tar.gz
emacs-866b0a7bf7c48a32bede4e029f874e05a4a504bd.zip
* configure.in (HAVE_LIBNCURSES): Add a description to make autoheader happy.
-rw-r--r--ChangeLog10
-rw-r--r--configure.in3
2 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c8b5e864539..94af13021e0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
12010-03-19 Glenn Morris <rgm@gnu.org>
2
3 * configure.in (HAVE_LIBNCURSES): Add a description to make autoheader
4 happy.
5
62010-03-18 Jan Djärv <jan.h.d@swipnet.se>
7
8 * configure.in: Check for tputs and friends, abort if not
9 found (bug#5735).
10
12010-03-18 Glenn Morris <rgm@gnu.org> 112010-03-18 Glenn Morris <rgm@gnu.org>
2 12
3 * configure.in (--with-x-toolkit): In the help text, say which options 13 * configure.in (--with-x-toolkit): In the help text, say which options
diff --git a/configure.in b/configure.in
index fedf10ea9a1..f8282b738c8 100644
--- a/configure.in
+++ b/configure.in
@@ -2402,7 +2402,8 @@ Maybe some development libraries/packages are missing? Try installing
2402libncurses-dev(el), libterminfo-dev(el) or similar.]) 2402libncurses-dev(el), libterminfo-dev(el) or similar.])
2403fi 2403fi
2404# Must define this when any termcap library is found. 2404# Must define this when any termcap library is found.
2405AC_DEFINE(HAVE_LIBNCURSES) 2405AC_DEFINE(HAVE_LIBNCURSES, 1,
2406 [Define to 1 if you have the `ncurses' library (-lncurses).])
2406 2407
2407# Do we have res_init, for detecting changes in /etc/resolv.conf? 2408# Do we have res_init, for detecting changes in /etc/resolv.conf?
2408 2409