diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-05-26 04:11:34 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-05-26 04:11:34 +0000 |
commit | 2894793a7b11779557cd7d50f5eec63acf3c46fd (patch) | |
tree | b72673027253a8929b6c872b38dae0a18dd3e090 /gdb/configure.in | |
parent | d60622826d14374d5b18ca343c4aae6627e58609 (diff) | |
download | gdb-2894793a7b11779557cd7d50f5eec63acf3c46fd.zip gdb-2894793a7b11779557cd7d50f5eec63acf3c46fd.tar.gz gdb-2894793a7b11779557cd7d50f5eec63acf3c46fd.tar.bz2 |
Configure TUI to use <ncurses.h> when available.
Diffstat (limited to 'gdb/configure.in')
-rw-r--r-- | gdb/configure.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gdb/configure.in b/gdb/configure.in index e2bc5aa..63264bb 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 |