aboutsummaryrefslogtreecommitdiff
path: root/gdb/configure
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2012-11-14 19:16:04 +0000
committerTom Tromey <tromey@redhat.com>2012-11-14 19:16:04 +0000
commite68227b9073ac89fa9e39578dc14fcada50d4f79 (patch)
tree123ea81f1843b09a3c449eb5f8c1f8d8504c9e41 /gdb/configure
parent5e487a5f921f33afe780015a9e732abe925dc4dc (diff)
downloadgdb-e68227b9073ac89fa9e39578dc14fcada50d4f79.zip
gdb-e68227b9073ac89fa9e39578dc14fcada50d4f79.tar.gz
gdb-e68227b9073ac89fa9e39578dc14fcada50d4f79.tar.bz2
* configure, config.in: Rebuild.
* configure.ac: Don't check for ctype.h, time.h. * expprint.c: Don't use HAVE_CTYPE_H.
Diffstat (limited to 'gdb/configure')
-rwxr-xr-xgdb/configure4
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/configure b/gdb/configure
index 68ee707..6d6fb09 100755
--- a/gdb/configure
+++ b/gdb/configure
@@ -8919,8 +8919,6 @@ $as_echo "#define STDC_HEADERS 1" >>confdefs.h
fi
# elf_hp.h is for HP/UX 64-bit shared library support.
-# FIXME: kettenis/20030102: In most cases we include these (ctype.h, time.h)
-# unconditionally, so what's the point in checking these?
for ac_header in nlist.h machine/reg.h poll.h sys/poll.h proc_service.h \
thread_db.h signal.h stddef.h \
stdlib.h string.h memory.h strings.h sys/fault.h \
@@ -8928,7 +8926,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 \
sys/types.h sys/wait.h wait.h termios.h termio.h \
- sgtty.h unistd.h elf_hp.h ctype.h time.h locale.h \
+ sgtty.h unistd.h elf_hp.h locale.h \
dlfcn.h sys/socket.h sys/un.h
do :
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`