Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
866b0a7b
Commit
866b0a7b
authored
Mar 18, 2010
by
Glenn Morris
Browse files
* configure.in (HAVE_LIBNCURSES): Add a description to make autoheader happy.
parent
47ad15cd
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
1 deletion
+12
-1
ChangeLog
ChangeLog
+10
-0
configure.in
configure.in
+2
-1
No files found.
ChangeLog
View file @
866b0a7b
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
...
...
configure.in
View file @
866b0a7b
...
...
@@ -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?
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment