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
3ba0a545
Commit
3ba0a545
authored
Apr 30, 2012
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* configure.in: Combine adjacent $opsys case blocks.
parent
e3da5b19
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
ChangeLog
ChangeLog
+2
-0
configure.in
configure.in
+1
-3
No files found.
ChangeLog
View file @
3ba0a545
2012-05-01 Glenn Morris <rgm@gnu.org>
* configure.in: Combine adjacent $opsys case blocks.
* configure.in (LIBS_TERMCAP): Remove unreachable branch for sol2.
* configure.in: Invert the TERMINFO logic,
...
...
configure.in
View file @
3ba0a545
...
...
@@ -2932,9 +2932,8 @@ fail;
fi
;;
esac
openbsd) LIBS_TERMCAP="-lncurses" ;;
case "$opsys" in
## hpux: Make sure we get select from libc rather than from libcurses
## because libcurses on HPUX 10.10 has a broken version of select.
## We used to use -lc -lcurses, but this may be cleaner.
...
...
@@ -2942,7 +2941,6 @@ case "$opsys" in
# set that way, now it uses the default). Isn't this a contradiction?
hpux*) LIBS_TERMCAP="-ltermcap" ;;
openbsd) LIBS_TERMCAP="-lncurses" ;;
esac
TERMCAP_OBJ=tparam.o
...
...
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