mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-11-01 06:20:55 +01:00
26852: make terminfo.mdd test agree with one in terminfo.c
This commit is contained in:
parent
af014926d7
commit
8f0af2115e
2 changed files with 7 additions and 4 deletions
|
|
@ -1,8 +1,6 @@
|
|||
name=zsh/terminfo
|
||||
|
||||
link='if test "x$ac_cv_func_tigetflag" = xyes -a "x$ac_cv_header_curses_h" = xyes ||
|
||||
test x$ac_cv_header_ncurses_h = xyes || test x$ac_cv_header_ncurses_ncurses_h = xyes ||
|
||||
test x$ac_cv_header_ncursesw_ncurses_h = xyes; then
|
||||
link='if test "x$ac_cv_func_tigetflag" = xyes -a x$zsh_cv_path_curses_header != xnone; then
|
||||
if test "x$zsh_cv_shared_tigetstr" = xyes; then
|
||||
echo either
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue