mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +00:00
configure.ac: use correct headers for TPARM_SOLARIS_KLUDGE check
Should fix the build at least partly on msys2.
This commit is contained in:
parent
17672b08c6
commit
83c0f43b33
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue