about summary refs log tree commit diff
path: root/Src/Modules/curses.mdd
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2007-10-14 04:24:45 +0000
committerClint Adams <clint@users.sourceforge.net>2007-10-14 04:24:45 +0000
commit84a0da6af95dd12393f5afcdafba747a9b8879de (patch)
tree35090afe3556191381c1d0b546a7a76a2219fb26 /Src/Modules/curses.mdd
parentfe219a362b456de4f94c96e746e5b8955e81312d (diff)
downloadzsh-84a0da6af95dd12393f5afcdafba747a9b8879de.tar.gz
zsh-84a0da6af95dd12393f5afcdafba747a9b8879de.tar.xz
zsh-84a0da6af95dd12393f5afcdafba747a9b8879de.zip
23952: work with non-wide curses as well.
Diffstat (limited to 'Src/Modules/curses.mdd')
-rw-r--r--Src/Modules/curses.mdd2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/Modules/curses.mdd b/Src/Modules/curses.mdd
index 4d27d5c4f..c9c31f267 100644
--- a/Src/Modules/curses.mdd
+++ b/Src/Modules/curses.mdd
@@ -1,5 +1,5 @@
 name=zsh/curses
-link='if test "x$ac_cv_func_initscr" = xyes -a "x$ac_cv_header_curses_h" = xyes -a "x$ac_cv_func_setcchar" = xyes; then echo dynamic; else echo no; fi'
+link='if test "x$ac_cv_func_initscr" = xyes -a "x$ac_cv_header_curses_h" = xyes; then echo dynamic; else echo no; fi'
 load=no
 
 autobins="zcurses"