From 100f25b97f26b6d7b94e98be1419aa1abd89b11a Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Thu, 20 Jul 2000 16:17:57 +0000 Subject: 12239: prefer curses to termcap on solaris --- configure.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 339baeb03..da63da90f 100644 --- a/configure.in +++ b/configure.in @@ -513,9 +513,10 @@ AC_CHECK_LIB(c, printf) AC_CHECK_LIB(m, pow) dnl Prefer BSD termcap library to SysV curses library, except on certain -dnl versions of AIX and HP-UX. +dnl SYSV-derived systems. case "$host_os" in - aix*|hpux10.*|hpux11.*) termcap_curses_order="curses ncurses termcap" ;; + aix*|hpux10.*|hpux11.*|solaris*) + termcap_curses_order="curses ncurses termcap" ;; *) termcap_curses_order="termcap curses ncurses" ;; esac -- cgit 1.4.1