From 4a49b78a0fa582e1d1de1786b5402eb45a780f45 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Fri, 7 Dec 2007 02:53:17 +0000 Subject: unposted: argh --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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 " >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 " >nametmp.c elif test x$ac_cv_header_ncursesw_ncurses_h = xyes; then echo "#include " >nametmp.c -- cgit 1.4.1