From 3447c057978c8090ea452561a1c9deb7a3e1ddd2 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Wed, 6 Nov 2013 07:46:09 -0700 Subject: don't check for unistd.h We don't use the result of checking for unistd.h, so this removes the check. 2013-11-18 Tom Tromey * configure: Rebuild. * configure.ac: Don't check for unistd.h. --- gdb/ChangeLog | 5 +++++ gdb/configure | 2 +- gdb/configure.ac | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) (limited to 'gdb') diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7d220c6..f996a69 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,6 +1,11 @@ 2013-11-18 Tom Tromey * configure: Rebuild. + * configure.ac: Don't check for unistd.h. + +2013-11-18 Tom Tromey + + * configure: Rebuild. * configure.ac: Don't check for stdlib.h * defs.h: Include stdlib.h unconditionally. diff --git a/gdb/configure b/gdb/configure index 9739195..23e533d 100755 --- a/gdb/configure +++ b/gdb/configure @@ -8762,7 +8762,7 @@ for ac_header in nlist.h machine/reg.h poll.h sys/poll.h proc_service.h \ sys/resource.h sys/procfs.h sys/ptrace.h ptrace.h \ sys/reg.h sys/debugreg.h sys/select.h sys/syscall.h \ termios.h termio.h \ - sgtty.h unistd.h elf_hp.h \ + sgtty.h elf_hp.h \ dlfcn.h do : as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` diff --git a/gdb/configure.ac b/gdb/configure.ac index 74d56e4..d2b5d29 100644 --- a/gdb/configure.ac +++ b/gdb/configure.ac @@ -1081,7 +1081,7 @@ AC_CHECK_HEADERS([nlist.h machine/reg.h poll.h sys/poll.h proc_service.h \ sys/resource.h sys/procfs.h sys/ptrace.h ptrace.h \ sys/reg.h sys/debugreg.h sys/select.h sys/syscall.h \ termios.h termio.h \ - sgtty.h unistd.h elf_hp.h \ + sgtty.h elf_hp.h \ dlfcn.h]) AC_CHECK_HEADERS(sys/proc.h, [], [], [#if HAVE_SYS_PARAM_H -- cgit v1.1