From 19b9991ecebf542ea78c307a876cb0c9defd0a64 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 20 Aug 2008 15:10:42 +0000 Subject: =?UTF-8?q?2008-08-20=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * configure.ac: Abort if stdbool.h is not c99 compliant. --- cpukit/configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpukit/configure.ac') diff --git a/cpukit/configure.ac b/cpukit/configure.ac index cea851460e..9d5ae71c14 100644 --- a/cpukit/configure.ac +++ b/cpukit/configure.ac @@ -70,6 +70,8 @@ AS_IF([test x"${ac_cv_header_inttypes_h}" != xyes], [AC_MSG_ERROR([Required header inttypes.h not found])]) AC_HEADER_STDBOOL +AS_IF([test x"${ac_cv_header_stdbool_h}" != xyes], +[AC_MSG_ERROR([No sufficient stdbool.h found])]) AC_CHECK_TYPES([ uint8_t, int8_t]) AC_CHECK_TYPES([uint16_t, int16_t]) -- cgit v1.2.3