summaryrefslogtreecommitdiff
path: root/gdb/configure.ac
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2012-11-14 19:16:03 +0000
committerTom Tromey <tromey@redhat.com>2012-11-14 19:16:03 +0000
commit8474b44ee255ede85692726f03b1465eefed734a (patch)
tree770a0eb42f38604bd947f5ed6985ee8216ff6df4 /gdb/configure.ac
parentcbb6198c9071b4bf57b5533857a704669c36c0c6 (diff)
downloadgdb-8474b44ee255ede85692726f03b1465eefed734a.tar.gz
* 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.ac')
-rw-r--r--gdb/configure.ac4
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/configure.ac b/gdb/configure.ac
index f0b7df37272..1dbebf24fac 100644
--- a/gdb/configure.ac
+++ b/gdb/configure.ac
@@ -1075,8 +1075,6 @@ AC_HEADER_DIRENT
AC_HEADER_STAT
AC_HEADER_STDC
# 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?
AC_CHECK_HEADERS([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 \
@@ -1084,7 +1082,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 \
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])
AC_CHECK_HEADERS(link.h, [], [],
[#if HAVE_SYS_TYPES_H