mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-03 22:32:12 +02:00
Ollivier Robert: 10844: prefer curses to termcap on HPUX 11
This commit is contained in:
parent
2203c91cf1
commit
e1a22eb2f9
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2000-04-19 Peter Stephenson <pws@cambridgesiliconradio.com>
|
||||
|
||||
* Ollivier Robert: 10844: prefer curses to termcap on HPUX 11
|
||||
like 10.
|
||||
|
||||
2000-04-19 Oliver Kiddle <opk@zsh.org>
|
||||
|
||||
* 10833: Completion/Builtins/_print, Completion/Builtins/.distfiles,
|
||||
|
|
|
@ -512,7 +512,7 @@ AC_CHECK_LIB(m, pow)
|
|||
dnl Prefer BSD termcap library to SysV curses library, except on certain
|
||||
dnl versions of AIX and HP-UX.
|
||||
case "$host_os" in
|
||||
aix*|hpux10.*) termcap_curses_order="curses ncurses termcap" ;;
|
||||
aix*|hpux10.*|hpux11.*) termcap_curses_order="curses ncurses termcap" ;;
|
||||
*) termcap_curses_order="termcap curses ncurses" ;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Reference in a new issue