Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
9fa0e416
Commit
9fa0e416
authored
May 01, 2012
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* configure.in (LIBS_TERMCAP): Fix netbsd logic, broken 2012-03-04.
Ref
http://debbugs.gnu.org/6190
parent
bbba8869
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
ChangeLog
ChangeLog
+4
-0
configure.in
configure.in
+1
-2
No files found.
ChangeLog
View file @
9fa0e416
2012-05-02 Glenn Morris <rgm@gnu.org>
* configure.in (LIBS_TERMCAP): Fix netbsd logic, broken 2012-03-04.
2012-04-18 Ludovic Courtès <ludo@gnu.org>
* configure.in: Don't use the -R option (Bug#11251).
...
...
configure.in
View file @
9fa0e416
...
...
@@ -2878,9 +2878,8 @@ fail;
;;
netbsd)
if
test $ac_cv_search_tputs
= -lterminfo; then
if
[ "x$LIBS_TERMCAP"
=
"x
-lterminfo
" ]
; then
TERMINFO=yes
LIBS_TERMCAP="-lterminfo"
else
LIBS_TERMCAP="-ltermcap"
fi
...
...
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