diff options
author | Sergio Durigan Junior <sergiodj@redhat.com> | 2017-05-03 09:13:15 -0400 |
---|---|---|
committer | Sergio Durigan Junior <sergiodj@redhat.com> | 2017-05-03 09:17:12 -0400 |
commit | c94fee56f5f8e5e26a115a1ca155ddada9d43b31 (patch) | |
tree | c599c473a90af0736757e5990ac880928772e184 /gdb/configure | |
parent | e78bb25cb636a331f27e9cc4cba5522939567695 (diff) | |
download | gdb-c94fee56f5f8e5e26a115a1ca155ddada9d43b31.zip gdb-c94fee56f5f8e5e26a115a1ca155ddada9d43b31.tar.gz gdb-c94fee56f5f8e5e26a115a1ca155ddada9d43b31.tar.bz2 |
Regenerate gdb/{,gdbserver/}configure (for commit be628ab814f1c90e185d7482d27aa8a991ab5837)
On commit be628ab814f1c90e185d7482d27aa8a991ab5837, both
common/common.m4 was modified in order to check for the presence of
'termios.h', 'termio.h' and 'sgtty.h'. However, I forgot to
regenerate both gdb/configure and gdb/gdbserver/configure. This
commit does that.
gdb/ChangeLog:
2017-05-03 Sergio Durigan Junior <sergiodj@redhat.com>
* configure: Regenerate.
gdb/gdbserver/ChangeLog:
2017-05-03 Sergio Durigan Junior <sergiodj@redhat.com>
* configure: Regenerate.
Diffstat (limited to 'gdb/configure')
-rwxr-xr-x | gdb/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/configure b/gdb/configure index 9f05b4b..25895b1 100755 --- a/gdb/configure +++ b/gdb/configure @@ -13085,7 +13085,7 @@ $as_echo "#define HAVE_LANGINFO_CODESET 1" >>confdefs.h fi - for ac_header in linux/perf_event.h locale.h memory.h signal.h sys/resource.h sys/socket.h sys/syscall.h sys/un.h sys/wait.h thread_db.h wait.h + for ac_header in linux/perf_event.h locale.h memory.h signal.h sys/resource.h sys/socket.h sys/syscall.h sys/un.h sys/wait.h thread_db.h wait.h termios.h termio.h sgtty.h do : as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" |