diff options
author | Daniel Jacobowitz <drow@false.org> | 2007-02-16 20:01:14 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2007-02-16 20:01:14 +0000 |
commit | 61ff6e04e455da82b1b7295036f0b23f3f0ec539 (patch) | |
tree | 73085ba1c6faac25502f3a8c70f47da206d78a50 /gdb/gdbserver/configure.ac | |
parent | 792fe9c9287a0409fcb66d23b45297bb8662724c (diff) | |
download | gdb-61ff6e04e455da82b1b7295036f0b23f3f0ec539.zip gdb-61ff6e04e455da82b1b7295036f0b23f3f0ec539.tar.gz gdb-61ff6e04e455da82b1b7295036f0b23f3f0ec539.tar.bz2 |
* remote-utils.c: Remove HAVE_TERMINAL_H check.
* configure.ac: Do not check for terminal.h.
* configure, config.in: Regenerated.
Diffstat (limited to 'gdb/gdbserver/configure.ac')
-rw-r--r-- | gdb/gdbserver/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdbserver/configure.ac b/gdb/gdbserver/configure.ac index c369067..2568a57 100644 --- a/gdb/gdbserver/configure.ac +++ b/gdb/gdbserver/configure.ac @@ -39,7 +39,7 @@ AC_HEADER_STDC AC_CHECK_HEADERS(sgtty.h termio.h termios.h sys/reg.h string.h dnl proc_service.h sys/procfs.h thread_db.h linux/elf.h dnl stdlib.h unistd.h dnl - terminal.h sys/ioctl.h netinet/in.h sys/socket.h netdb.h dnl + sys/ioctl.h netinet/in.h sys/socket.h netdb.h dnl netinet/tcp.h arpa/inet.h sys/wait.h) AC_CHECK_DECLS(strerror) |