mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-29 10:30:46 +00:00
* 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:
2
gdb/configure
vendored
2
gdb/configure
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user