From 6e73ca2afa5cffbade257fe05c1cafdcf0b4f68a Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 30 Dec 2008 05:20:54 +0000 Subject: =?UTF-8?q?2008-12-29=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * configure.ac: Require . Cleanup comments. Remove check for . --- cpukit/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]) # ## 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], -- cgit v1.2.3