Add extra checks in configure.ac for different locations of (n)curses.h

This commit is contained in:
Hisham Muhammad
2013-02-26 17:10:11 +00:00
parent 43a7231615
commit a0810561f3
3 changed files with 12 additions and 4 deletions

View File

@ -19,6 +19,8 @@ in the source distribution for its full text.
#include <ncursesw/curses.h>
#elif HAVE_NCURSES_NCURSES_H
#include <ncurses/ncurses.h>
#elif HAVE_NCURSES_CURSES_H
#include <ncurses/curses.h>
#elif HAVE_NCURSES_H
#include <ncurses.h>
#elif HAVE_CURSES_H