]> git.eshelyaron.com Git - emacs.git/commitdiff
* configure.in (LIBS_TERMCAP): Remove unreachable branch for sol2.
authorGlenn Morris <rgm@gnu.org>
Tue, 1 May 2012 00:50:55 +0000 (20:50 -0400)
committerGlenn Morris <rgm@gnu.org>
Tue, 1 May 2012 00:50:55 +0000 (20:50 -0400)
ChangeLog
configure.in

index 423a40421cd5b32306bfc38cf83ef040bc42f80b..08c264b68ddde2383ed853ad05c02126bfcd22ab 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2012-05-01  Glenn Morris  <rgm@gnu.org>
 
+       * configure.in (LIBS_TERMCAP): Remove unreachable branch for sol2.
+
        * configure.in: Invert the TERMINFO logic,
        since "yes" is far more common than "no".
 
index 4ee84c61eb5bbdb847b8ff26b57c91e158787c04..76d267577f4588f576f0e13f122fd611db3f76dd 100644 (file)
@@ -2938,12 +2938,11 @@ 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.
+  ## 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