aboutsummaryrefslogtreecommitdiff
path: root/gdb/configure
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
parent0080a2f67157de9feeee6d0bf3c0db28112b167b (diff)
downloadgdb-3447c057978c8090ea452561a1c9deb7a3e1ddd2.zip
gdb-3447c057978c8090ea452561a1c9deb7a3e1ddd2.tar.gz
gdb-3447c057978c8090ea452561a1c9deb7a3e1ddd2.tar.bz2
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')
-rwxr-xr-xgdb/configure2
1 files changed, 1 insertions, 1 deletions
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`