summaryrefslogtreecommitdiffstats
path: root/gdb/configure.in
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2000-05-26 04:11:34 +0000
committerAndrew Cagney <cagney@redhat.com>2000-05-26 04:11:34 +0000
commit2894793a7b11779557cd7d50f5eec63acf3c46fd (patch)
treeb72673027253a8929b6c872b38dae0a18dd3e090 /gdb/configure.in
parentd60622826d14374d5b18ca343c4aae6627e58609 (diff)
downloadppe42-binutils-2894793a7b11779557cd7d50f5eec63acf3c46fd.tar.gz
ppe42-binutils-2894793a7b11779557cd7d50f5eec63acf3c46fd.zip
Configure TUI to use <ncurses.h> when available.
Diffstat (limited to 'gdb/configure.in')
-rw-r--r--gdb/configure.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/gdb/configure.in b/gdb/configure.in
index e2bc5aa620..63264bb926 100644
--- a/gdb/configure.in
+++ b/gdb/configure.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
OpenPOWER on IntegriCloud