[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r108070: * configure.in (LIBS_TERMCAP
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r108070: * configure.in (LIBS_TERMCAP): Remove unreachable branch for sol2. |
Date: |
Mon, 30 Apr 2012 20:50:55 -0400 |
User-agent: |
Bazaar (2.3.1) |
------------------------------------------------------------
revno: 108070
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Mon 2012-04-30 20:50:55 -0400
message:
* configure.in (LIBS_TERMCAP): Remove unreachable branch for sol2.
modified:
ChangeLog
configure.in
=== modified file 'ChangeLog'
--- a/ChangeLog 2012-05-01 00:46:02 +0000
+++ b/ChangeLog 2012-05-01 00:50:55 +0000
@@ -1,5 +1,7 @@
2012-05-01 Glenn Morris <address@hidden>
+ * configure.in (LIBS_TERMCAP): Remove unreachable branch for sol2.
+
* configure.in: Invert the TERMINFO logic,
since "yes" is far more common than "no".
=== modified file 'configure.in'
--- a/configure.in 2012-05-01 00:46:02 +0000
+++ b/configure.in 2012-05-01 00:50:55 +0000
@@ -2938,12 +2938,11 @@
## 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.
+ ## FIXME? But TERMINFO = yes on hpux (it used to be explicitly
+ # set that way, now it uses the default). Isn't this a contradiction?
hpux*) LIBS_TERMCAP="-ltermcap" ;;
openbsd) LIBS_TERMCAP="-lncurses" ;;
-
- ## Must use system termcap, if we use any termcap. It does special things.
- sol2*) test "$TERMINFO" != yes && LIBS_TERMCAP="-ltermcap" ;;
esac
TERMCAP_OBJ=tparam.o
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r108070: * configure.in (LIBS_TERMCAP): Remove unreachable branch for sol2.,
Glenn Morris <=