# HG changeset patch # User Glenn Morris # Date 1268966552 25200 # Node ID 30e18a495ccaf11eec2a7778bf421d558b1aea40 # Parent d39dd3c90b0f41ae9f90aab6d402cf44739a1f54 * configure.in (HAVE_LIBNCURSES): Add a description to make autoheader happy. diff -r d39dd3c90b0f -r 30e18a495cca ChangeLog --- a/ChangeLog Thu Mar 18 12:57:21 2010 +0100 +++ b/ChangeLog Thu Mar 18 19:42:32 2010 -0700 @@ -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 -r d39dd3c90b0f -r 30e18a495cca configure.in --- a/configure.in Thu Mar 18 12:57:21 2010 +0100 +++ b/configure.in Thu Mar 18 19:42:32 2010 -0700 @@ -2402,7 +2402,8 @@ 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?