summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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],