summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-12-30 05:20:54 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-12-30 05:20:54 +0000
commit6e73ca2afa5cffbade257fe05c1cafdcf0b4f68a (patch)
tree1991d9ccefd16c014fd6a714386594c931df23b5
parent2008-12-29 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-6e73ca2afa5cffbade257fe05c1cafdcf0b4f68a.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>.
-rw-r--r--cpukit/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/configure.ac b/cpukit/configure.ac
index 95c9f1a8be..38ad5203dc 100644
--- a/cpukit/configure.ac
+++ b/cpukit/configure.ac
@@ -66,7 +66,7 @@ AC_CHECK_FUNCS([ttyname getcwd])
# </FIXME>
## Check if the installed toolchain has these headers
-AC_CHECK_HEADER([tar.h])
+AC_CHECK_HEADERS([tar.h errno.h])
## error out if libc doesn't provide stdint.h
AS_IF([test x"${ac_cv_header_stdint_h}" != xyes],