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.
This commit is contained in:
Ralf Corsepius
2006-11-09 07:49:21 +00:00
parent fbf8301b58
commit e306f333d6
2 changed files with 5 additions and 2 deletions

View File

@@ -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,

View File

@@ -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,