]> git.eshelyaron.com Git - emacs.git/commitdiff
Port to OpenIndiana
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 23 Oct 2017 05:44:42 +0000 (22:44 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 23 Oct 2017 05:45:48 +0000 (22:45 -0700)
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

index 63324c2c7c9733a7abb729061a942aba4ef97931..8d14115c49038c92381346f6770f85ea8b6a2ee0 100644 (file)
@@ -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'