about summary refs log tree commit diff
path: root/Src/Modules/termcap.mdd
diff options
context:
space:
mode:
Diffstat (limited to 'Src/Modules/termcap.mdd')
-rw-r--r--Src/Modules/termcap.mdd7
1 files changed, 6 insertions, 1 deletions
diff --git a/Src/Modules/termcap.mdd b/Src/Modules/termcap.mdd
index 89f939ff8..9a6ddd08e 100644
--- a/Src/Modules/termcap.mdd
+++ b/Src/Modules/termcap.mdd
@@ -7,10 +7,15 @@ link='if test "x$ac_cv_func_tgetent" = xyes; then
 	      echo static
 	  fi
       else
+          echo either;
+      fi
+'
+load='if test "x$ac_cv_func_tgetent" = xyes; then
+          echo yes;
+      else
           echo no;
       fi
 '
-load=yes
 
 autobins="echotc"