about summary refs log tree commit diff
path: root/Src/Modules/terminfo.mdd
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2000-12-05 00:28:40 +0000
committerClint Adams <clint@users.sourceforge.net>2000-12-05 00:28:40 +0000
commit5d7a9e949b18880ca49e66af23670770957a770d (patch)
tree64e8f234aabdfab6103b274903cc17b73f36a19a /Src/Modules/terminfo.mdd
parentcfe1038ff13f5a6e11dab1fe109edafa274093ac (diff)
downloadzsh-5d7a9e949b18880ca49e66af23670770957a770d.tar.gz
zsh-5d7a9e949b18880ca49e66af23670770957a770d.tar.xz
zsh-5d7a9e949b18880ca49e66af23670770957a770d.zip
13227: terminfo module fixes
Diffstat (limited to 'Src/Modules/terminfo.mdd')
-rw-r--r--Src/Modules/terminfo.mdd2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/Modules/terminfo.mdd b/Src/Modules/terminfo.mdd
index cb628dd30..742c35745 100644
--- a/Src/Modules/terminfo.mdd
+++ b/Src/Modules/terminfo.mdd
@@ -1,5 +1,5 @@
 name=zsh/terminfo
-link=either
+link=`if test "x$ac_cv_have_tigetstr" = xyes; then echo either; else echo no; fi`
 load=yes
 
 autobins="echoti"