]> git.eshelyaron.com Git - emacs.git/commitdiff
* configure.in (HAVE_LIBNCURSES): Add a description to make autoheader happy.
authorGlenn Morris <rgm@gnu.org>
Fri, 19 Mar 2010 02:42:32 +0000 (19:42 -0700)
committerGlenn Morris <rgm@gnu.org>
Fri, 19 Mar 2010 02:42:32 +0000 (19:42 -0700)
ChangeLog
configure.in

index c8b5e86453980bc3384b47e7b8b9abd07e2a6be6..94af13021e04240e4c1f8c6d4db0f90b95fe2340 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2010-03-19  Glenn Morris  <rgm@gnu.org>
+
+       * configure.in (HAVE_LIBNCURSES): Add a description to make autoheader
+       happy.
+
+2010-03-18  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * configure.in: Check for tputs and friends, abort if not
+       found (bug#5735).
+
 2010-03-18  Glenn Morris  <rgm@gnu.org>
 
        * configure.in (--with-x-toolkit): In the help text, say which options
index fedf10ea9a14807b6013f57b5d22ba317cbbad67..f8282b738c830ccffcdcc3653c598d365792edcc 100644 (file)
@@ -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?