about summary refs log tree commit diff
path: root/configure.ac
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2007-12-07 02:53:17 +0000
committerClint Adams <clint@users.sourceforge.net>2007-12-07 02:53:17 +0000
commit4a49b78a0fa582e1d1de1786b5402eb45a780f45 (patch)
tree04944678c487e84ca2c7d6def95a2e640fa3e2c7 /configure.ac
parent2214554d8ee21982aa277fbfeb2bbf598c048166 (diff)
downloadzsh-4a49b78a0fa582e1d1de1786b5402eb45a780f45.tar.gz
zsh-4a49b78a0fa582e1d1de1786b5402eb45a780f45.tar.xz
zsh-4a49b78a0fa582e1d1de1786b5402eb45a780f45.zip
unposted: argh
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 39906167f..c59af506b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1392,7 +1392,7 @@ AC_CACHE_CHECK(where curses key definitions are located, zsh_cv_path_curses_keys
 dnl if we can.
 if test x$ac_cv_header_ncurses_h = xyes; then
   echo "#include <ncurses.h>" >nametmp.c
-elif test x$ac_cv_header_ncurses_ncurses_h = xyes
+elif test x$ac_cv_header_ncurses_ncurses_h = xyes; then
   echo "#include <ncurses/ncurses.h>" >nametmp.c
 elif test x$ac_cv_header_ncursesw_ncurses_h = xyes; then
   echo "#include <ncursesw/ncurses.h>" >nametmp.c