summaryrefslogtreecommitdiff
path: root/gdb/configure.ac
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2013-11-06 07:46:09 -0700
committerTom Tromey <tromey@redhat.com>2013-11-18 13:29:02 -0700
commit3447c057978c8090ea452561a1c9deb7a3e1ddd2 (patch)
treea7861a8a4e602d24d37b3c8f88e23ce4f11cfea3 /gdb/configure.ac
parent0080a2f67157de9feeee6d0bf3c0db28112b167b (diff)
downloadbinutils-gdb-3447c057978c8090ea452561a1c9deb7a3e1ddd2.tar.gz
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 <tromey@redhat.com> * configure: Rebuild. * configure.ac: Don't check for unistd.h.
Diffstat (limited to 'gdb/configure.ac')
-rw-r--r--gdb/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/configure.ac b/gdb/configure.ac
index 74d56e4caad..d2b5d29ecda 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