emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r99686: * configure.in (HAVE_LIBNCURS


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r99686: * configure.in (HAVE_LIBNCURSES): Add a description to make autoheader happy.
Date: Thu, 18 Mar 2010 19:42:32 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 99686
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Thu 2010-03-18 19:42:32 -0700
message:
  * configure.in (HAVE_LIBNCURSES): Add a description to make autoheader happy.
modified:
  ChangeLog
  configure.in
=== modified file 'ChangeLog'
--- a/ChangeLog 2010-03-18 05:54:09 +0000
+++ b/ChangeLog 2010-03-19 02:42:32 +0000
@@ -1,3 +1,13 @@
+2010-03-19  Glenn Morris  <address@hidden>
+
+       * configure.in (HAVE_LIBNCURSES): Add a description to make autoheader
+       happy.
+
+2010-03-18  Jan Djärv  <address@hidden>
+
+       * configure.in: Check for tputs and friends, abort if not
+       found (bug#5735).
+
 2010-03-18  Glenn Morris  <address@hidden>
 
        * configure.in (--with-x-toolkit): In the help text, say which options

=== modified file 'configure.in'
--- a/configure.in      2010-03-18 11:56:23 +0000
+++ b/configure.in      2010-03-19 02:42:32 +0000
@@ -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?
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]