]> git.pld-linux.org Git - packages/zsh.git/blob - zsh-tinfo.patch
- release 4,
[packages/zsh.git] / zsh-tinfo.patch
1 diff -Nru zsh-3.1.7.orig/configure.in zsh-3.1.7/configure.in
2 --- zsh-3.1.7.orig/configure.in Wed May 31 14:57:54 2000
3 +++ zsh-3.1.7/configure.in      Wed May 31 15:01:33 2000
4 @@ -515,8 +515,8 @@
5  dnl Prefer BSD termcap library to SysV curses library, except on certain
6  dnl versions of AIX and HP-UX.
7  case "$host_os" in
8 -  aix*|hpux10.*|hpux11.*) termcap_curses_order="curses ncurses termcap" ;;
9 -  *)             termcap_curses_order="termcap curses ncurses" ;;
10 +  aix*|hpux10.*|hpux11.*) termcap_curses_order="curses ncurses termcap tinfo" ;;
11 +  *)             termcap_curses_order="termcap curses ncurses tinfo" ;;
12  esac
13  
14  for lib in $termcap_curses_order; do
This page took 0.023671 seconds and 3 git commands to generate.