configure.ac: use correct headers for TPARM_SOLARIS_KLUDGE check

Should fix the build at least partly on msys2.
This commit is contained in:
David Adam 2015-12-04 13:23:10 +08:00
parent 17672b08c6
commit 83c0f43b33

View file

@ -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