forked from Imagelibrary/binutils-gdb
Configure TUI to use <ncurses.h> when available.
This commit is contained in:
@@ -97,13 +97,14 @@ case $host_os in solaris2.7) case "$GCC" in yes)
|
||||
AC_DEFINE(_MSE_INT_H)
|
||||
esac; esac
|
||||
|
||||
AC_CHECK_HEADERS(ctype.h curses.h endian.h link.h thread_db.h proc_service.h \
|
||||
AC_CHECK_HEADERS(ctype.h endian.h link.h thread_db.h proc_service.h \
|
||||
memory.h objlist.h ptrace.h sgtty.h stddef.h stdlib.h \
|
||||
string.h sys/procfs.h sys/ptrace.h sys/reg.h stdint.h \
|
||||
term.h termio.h termios.h unistd.h wait.h sys/wait.h \
|
||||
wchar.h wctype.h asm/debugreg.h sys/debugreg.h sys/select.h \
|
||||
time.h sys/ioctl.h sys/user.h \
|
||||
dirent.h sys/ndir.h sys/dir.h ndir.h)
|
||||
dirent.h sys/ndir.h sys/dir.h ndir.h \
|
||||
curses.h ncurses.h)
|
||||
AC_HEADER_STAT
|
||||
|
||||
AC_C_CONST
|
||||
|
||||
Reference in New Issue
Block a user