From 866b0a7bf7c48a32bede4e029f874e05a4a504bd Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 18 Mar 2010 19:42:32 -0700 Subject: [PATCH] * configure.in (HAVE_LIBNCURSES): Add a description to make autoheader happy. --- ChangeLog | 10 ++++++++++ configure.in | 3 ++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c8b5e864539..94af13021e0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2010-03-19 Glenn Morris + + * configure.in (HAVE_LIBNCURSES): Add a description to make autoheader + happy. + +2010-03-18 Jan Djärv + + * configure.in: Check for tputs and friends, abort if not + found (bug#5735). + 2010-03-18 Glenn Morris * 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 libncurses-dev(el), libterminfo-dev(el) or similar.]) fi # Must define this when any termcap library is found. -AC_DEFINE(HAVE_LIBNCURSES) +AC_DEFINE(HAVE_LIBNCURSES, 1, + [Define to 1 if you have the `ncurses' library (-lncurses).]) # Do we have res_init, for detecting changes in /etc/resolv.conf? -- 2.39.5