summaryrefslogtreecommitdiffstats
path: root/cpukit/configure.ac
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-12-30 05:20:11 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-12-30 05:20:11 +0000
commit4ddd562632974b098824a85347b9266bfe1b8199 (patch)
tree58efd279d106bfb3055019c8116057ad173260df /cpukit/configure.ac
parent2008-12-29 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-4ddd562632974b098824a85347b9266bfe1b8199.tar.bz2
2008-12-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require <errno.h>. Cleanup comments. Remove check for <sys/errno.h>.
Diffstat (limited to 'cpukit/configure.ac')
-rw-r--r--cpukit/configure.ac5
1 files changed, 0 insertions, 5 deletions
diff --git a/cpukit/configure.ac b/cpukit/configure.ac
index e8275e449d..95c9f1a8be 100644
--- a/cpukit/configure.ac
+++ b/cpukit/configure.ac
@@ -68,11 +68,6 @@ AC_CHECK_FUNCS([ttyname getcwd])
## Check if the installed toolchain has these headers
AC_CHECK_HEADER([tar.h])
-## BSD-ism, should not be used in RTEMS,
-## nevertheless it still is.
-AC_CHECK_HEADER([sys/errno.h],[],
- [AC_MSG_ERROR([Missing required header sys/errno.h])])
-
## error out if libc doesn't provide stdint.h
AS_IF([test x"${ac_cv_header_stdint_h}" != xyes],
[AC_MSG_ERROR([Required header stdint.h not found])])