emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r108070: * configure.in (LIBS_TERM


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r108070: * configure.in (LIBS_TERMCAP): Remove unreachable branch for sol2.
Date: Fri, 02 Nov 2012 02:15:01 -0000
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
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


reply via email to

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