mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-28 10:00:51 +00:00
* configure.ac: Provide prerequisite headers when checking
<term.h>. * configure: Regenerate.
This commit is contained in:
@@ -409,7 +409,12 @@ case $host_os in
|
||||
fi ;;
|
||||
esac
|
||||
AC_CHECK_HEADERS(curses.h cursesX.h ncurses.h ncurses/ncurses.h)
|
||||
AC_CHECK_HEADERS(ncurses/term.h term.h)
|
||||
AC_CHECK_HEADERS(ncurses/term.h)
|
||||
AC_CHECK_HEADERS(term.h, [], [],
|
||||
[#if HAVE_CURSES_H
|
||||
# include <curses.h>
|
||||
#endif
|
||||
])
|
||||
|
||||
# FIXME: kettenis/20030102: In most cases we include these
|
||||
# unconditionally, so what's the point in checking these?
|
||||
|
||||
Reference in New Issue
Block a user