From: Glenn Morris Date: Tue, 1 May 2012 00:50:55 +0000 (-0400) Subject: * configure.in (LIBS_TERMCAP): Remove unreachable branch for sol2. X-Git-Tag: emacs-24.2.90~471^2~237 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e3da5b1949267a54568b330186b7931da26fc482;p=emacs.git * configure.in (LIBS_TERMCAP): Remove unreachable branch for sol2. --- diff --git a/ChangeLog b/ChangeLog index 423a40421cd..08c264b68dd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2012-05-01 Glenn Morris + * configure.in (LIBS_TERMCAP): Remove unreachable branch for sol2. + * configure.in: Invert the TERMINFO logic, since "yes" is far more common than "no". diff --git a/configure.in b/configure.in index 4ee84c61eb5..76d267577f4 100644 --- a/configure.in +++ b/configure.in @@ -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