aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2015-12-04 13:23:10 +0800
committerGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2015-12-04 13:23:10 +0800
commit83c0f43b339896106a85b7cd655380b79808a9ac (patch)
tree96ac4377f0e161fb22b62cac23266a77bf0608dd /configure.ac
parent17672b08c648c8167a555f8d047303d57a82c984 (diff)
configure.ac: use correct headers for TPARM_SOLARIS_KLUDGE check
Should fix the build at least partly on msys2.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index b5c16552..7f9b2fe7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -796,6 +796,8 @@ AC_COMPILE_IFELSE(
[
#if HAVE_NCURSES_H
#include <ncurses.h>
+ #elif HAVE_NCURSES_CURSES_H
+ #include <ncurses/curses.h>
#else
#include <curses.h>
#endif