emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r108071: * configure.in: Combine adja


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r108071: * configure.in: Combine adjacent $opsys case blocks.
Date: Mon, 30 Apr 2012 20:56:47 -0400
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 108071
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Mon 2012-04-30 20:56:47 -0400
message:
  * configure.in: Combine adjacent $opsys case blocks.
modified:
  ChangeLog
  configure.in
=== modified file 'ChangeLog'
--- a/ChangeLog 2012-05-01 00:50:55 +0000
+++ b/ChangeLog 2012-05-01 00:56:47 +0000
@@ -1,5 +1,7 @@
 2012-05-01  Glenn Morris  <address@hidden>
 
+       * configure.in: Combine adjacent $opsys case blocks.
+
        * configure.in (LIBS_TERMCAP): Remove unreachable branch for sol2.
 
        * configure.in: Invert the TERMINFO logic,

=== modified file 'configure.in'
--- a/configure.in      2012-05-01 00:50:55 +0000
+++ b/configure.in      2012-05-01 00:56:47 +0000
@@ -2932,9 +2932,8 @@
     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 @@
   # 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


reply via email to

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