* configure.in: Add <ncurses/ncurses.h> to the list of possible

curses headers.
* configure, config.in: Regenerate.
* gdb_curses.h [HAVE_NCURSES_NCURSES_H]: Include
<ncurses/ncurses.h>.
This commit is contained in:
Mark Kettenis
2004-08-15 10:06:05 +00:00
parent dd8c8ee780
commit a6ed5501f7
5 changed files with 15 additions and 4 deletions

2
gdb/configure vendored
View File

@@ -5664,7 +5664,7 @@ EOF
fi ;;
esac
for ac_hdr in curses.h cursesX.h ncurses.h term.h
for ac_hdr in curses.h cursesX.h ncurses.h ncurses/ncurses.h term.h
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6