mirror of
https://github.com/zsh-users/zsh
synced 2024-11-02 09:47:59 +00: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,3 +1,8 @@
|
|||
2009-04-20 Peter Stephenson <pws@csr.com>
|
||||
|
||||
* Src/Modules/terminfo.mdd: make test agree with the one
|
||||
in terminfo.c.
|
||||
|
||||
2009-04-20 Clint Adams <clint@zsh.org>
|
||||
|
||||
* Kalle Olavi Niemitalo: 26850: Completion/Unix/Command/_git:
|
||||
|
@ -11578,5 +11583,5 @@
|
|||
|
||||
*****************************************************
|
||||
* This is used by the shell to define $ZSH_PATCHLEVEL
|
||||
* $Revision: 1.4657 $
|
||||
* $Revision: 1.4658 $
|
||||
*****************************************************
|
||||
|
|
|
@ -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…
Reference in a new issue