emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-26 6360611: Port to OpenIndiana


From: Paul Eggert
Subject: [Emacs-diffs] emacs-26 6360611: Port to OpenIndiana
Date: Mon, 23 Oct 2017 01:45:53 -0400 (EDT)

branch: emacs-26
commit 6360611457a39292e11980bb522a14a5c9a58716
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    Port to OpenIndiana
    
    Problem reported by Nelson H. F. Beebe (Bug#28893).
    Also see Bug#23748, Bug#9736, and Bug#5735.
    * configure.ac (tputs_library): Prefer libcurses to libtermcap,
    since OpenIndiana libtermcap lacks tparm.
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 63324c2..8d14115 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4035,7 +4035,7 @@ AC_CACHE_CHECK([for library containing tputs], 
[emacs_cv_tputs_lib],
 else
   # Maybe curses should be tried earlier?
   # See https://debbugs.gnu.org/9736#35
-  for tputs_library in '' tinfo ncurses terminfo termcap curses; do
+  for tputs_library in '' tinfo ncurses terminfo curses termcap; do
     OLIBS=$LIBS
     if test -z "$tputs_library"; then
       emacs_cv_tputs_lib='none required'



reply via email to

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