summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/ChangeLog5
-rw-r--r--cpukit/configure.ac2
2 files changed, 5 insertions, 2 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 701540af6b..cf08ee1557 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,8 @@
+2006-11-09 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * configure.ac: Remove redundant AC_CHECK_HEADER([stdint.h]),
+ AC_CHECK_HEADER([inttypes.h]). Now implicitly checked.
+
2006-11-02 Steven Johnson <sjohnson@sakuraindustries.com>
* libnetworking/netdb.h, libnetworking/libc/gethostbyht.c,
diff --git a/cpukit/configure.ac b/cpukit/configure.ac
index 15d05774bd..f2dbfdba8c 100644
--- a/cpukit/configure.ac
+++ b/cpukit/configure.ac
@@ -81,8 +81,6 @@ AC_CHECK_FUNCS([bcopy bcmp])
AC_CHECK_FUNCS([isascii fileno])
## Check if the installed toolchain has these headers
-AC_CHECK_HEADER([stdint.h])
-AC_CHECK_HEADER([inttypes.h])
AC_CHECK_HEADER([tar.h])
## BSD-ism, should not be used in RTEMS,