author | Jonas Fonseca <fonseca@diku.dk> | |
Wed, 23 Apr 2008 21:49:25 +0000 (23:49 +0200) | ||
committer | Jonas Fonseca <fonseca@diku.dk> | |
Thu, 24 Apr 2008 08:14:26 +0000 (10:14 +0200) | ||
commit | 7a5eba335c2a925b94c28b4ecaf013932a002f65 | |
tree | 76814ca062c5ceff253381421592e74bb294dcab | tree | snapshot |
parent | 50efd29ce94c4dd90421db29d2516fdde675f8e8 | commit | diff |
Make configure check for ncurses header files
First ncursesw/ncurses.h, then ncurses/ncurses.h, and finally ncurses.h.
Also include ncurses.h by default instead of curses.h. On most system
ncurses.h should be a symlink to curses.h and this will avoid the
problem of including a non-ncurses header file.
This should fix systems like Solaris who ships their own version of
/usr/include/curses.h that is incompatible with ncurses.
Reported by SungHyun Nam.
First ncursesw/ncurses.h, then ncurses/ncurses.h, and finally ncurses.h.
Also include ncurses.h by default instead of curses.h. On most system
ncurses.h should be a symlink to curses.h and this will avoid the
problem of including a non-ncurses header file.
This should fix systems like Solaris who ships their own version of
/usr/include/curses.h that is incompatible with ncurses.
Reported by SungHyun Nam.
NEWS | diff | blob | history | |
configure.ac | diff | blob | history | |
tig.c | diff | blob | history |