From: Glenn Morris Date: Tue, 1 May 2012 00:56:47 +0000 (-0400) Subject: * configure.in: Combine adjacent $opsys case blocks. X-Git-Tag: emacs-24.2.90~471^2~236 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3ba0a545ecf6e8385ffb65033015be0b16e0226f;p=emacs.git * configure.in: Combine adjacent $opsys case blocks. --- diff --git a/ChangeLog b/ChangeLog index 08c264b68dd..137248c0d89 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2012-05-01 Glenn Morris + * configure.in: Combine adjacent $opsys case blocks. + * configure.in (LIBS_TERMCAP): Remove unreachable branch for sol2. * configure.in: Invert the TERMINFO logic, diff --git a/configure.in b/configure.in index 76d267577f4..42a6b3364c9 100644 --- a/configure.in +++ b/configure.in @@ -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