about summary refs log tree commit diff
path: root/Src/Modules/curses.mdd
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2008-07-23 02:57:45 +0000
committerClint Adams <clint@users.sourceforge.net>2008-07-23 02:57:45 +0000
commitb34c5d8a546e11692236d06254cde8bd1581fca1 (patch)
tree92a5423d40d03318e6352c8b10c1523bc69b6b2e /Src/Modules/curses.mdd
parent4ecc91742cb7005e0031a781d797ca1144316130 (diff)
downloadzsh-b34c5d8a546e11692236d06254cde8bd1581fca1.tar.gz
zsh-b34c5d8a546e11692236d06254cde8bd1581fca1.tar.xz
zsh-b34c5d8a546e11692236d06254cde8bd1581fca1.zip
25329: build the curses module if we've got any usable curses header, not just curses.h.
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 e6f87d748..b4d47a489 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; then echo dynamic; else echo no; fi'
+link='if test "x$ac_cv_func_initscr" = xyes && test "x$zsh_cv_path_curses_header" != x; then echo dynamic; else echo no; fi'
 load=no
 
 autobins="zcurses"