1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-05-10 01:26:17 +02:00

26852: make terminfo.mdd test agree with one in terminfo.c

This commit is contained in:
Peter Stephenson 2009-04-20 17:05:32 +00:00
parent af014926d7
commit 8f0af2115e
2 changed files with 7 additions and 4 deletions

View File

@ -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 $
*****************************************************

View File

@ -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