diff options
author | Pedro Alves <palves@redhat.com> | 2017-11-06 16:19:12 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2017-11-06 16:19:12 +0000 |
commit | d1928160a324c1b6cd14afeecd4c81ab927883fa (patch) | |
tree | c4244c3326b1cf3d7f2535fa7b859bde7bd9f2d3 /gdb/common | |
parent | 6aa899ce25d73c397748e4df926da3fd7e5870e5 (diff) | |
download | gdb-d1928160a324c1b6cd14afeecd4c81ab927883fa.zip gdb-d1928160a324c1b6cd14afeecd4c81ab927883fa.tar.gz gdb-d1928160a324c1b6cd14afeecd4c81ab927883fa.tar.bz2 |
Don't check termio.h and sgtty.h in common/common.m4 either
common/common.m4 still had checks for termio.h/sgtty.h that are stale
now. Remove them.
gdb/ChangeLog:
2017-11-06 Pedro Alves <palves@redhat.com>
* common/common.m4 (GDB_AC_COMMON): No longer check termio.h nor
sgtty.h.
* config.in, configure: Regenerate.
gdb/gdbserver/ChangeLog:
2017-11-06 Pedro Alves <palves@redhat.com>
* config.in, configure: Regenerate.
Diffstat (limited to 'gdb/common')
-rw-r--r-- | gdb/common/common.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/common/common.m4 b/gdb/common/common.m4 index 45726ab..7e701b6 100644 --- a/gdb/common/common.m4 +++ b/gdb/common/common.m4 @@ -29,7 +29,7 @@ AC_DEFUN([GDB_AC_COMMON], [ sys/resource.h sys/socket.h sys/syscall.h dnl sys/un.h sys/wait.h dnl thread_db.h wait.h dnl - termios.h termio.h sgtty.h) + termios.h) AC_CHECK_FUNCS([fdwalk getrlimit pipe pipe2 socketpair sigaction]) |