From 52a634e9980d67cb4775580cdb4e388b1042f5fb Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 17 Dec 2008 06:39:14 +0000 Subject: =?UTF-8?q?2008-12-17=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * configure.ac: Require stdint.h. --- cpukit/configure.ac | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'cpukit/configure.ac') diff --git a/cpukit/configure.ac b/cpukit/configure.ac index 4288faa32a..11751ff74c 100644 --- a/cpukit/configure.ac +++ b/cpukit/configure.ac @@ -74,9 +74,8 @@ AC_CHECK_HEADER([sys/errno.h],[], [AC_MSG_ERROR([Missing required header sys/errno.h])]) ## if libc provides stdint.h, use it. -AS_IF([test x"${ac_cv_header_stdint_h}" = xyes], -[RTEMS_USES_STDINT_H=yes], -[RTEMS_USES_STDINT_H=no]) +AS_IF([test x"${ac_cv_header_stdint_h}" != xyes], +[AC_MSG_ERROR([Required header stdint.h not found])]) ## error out if libc doesn't at least provide inttypes.h AS_IF([test x"${ac_cv_header_inttypes_h}" != xyes], @@ -195,11 +194,6 @@ RTEMS_CPUOPT([RTEMS_UNIXLIB], [1], [to indicate RTEMS using RTEMS's unixlib]) -RTEMS_CPUOPT([RTEMS_USES_STDINT_H], - [test x"${RTEMS_USES_STDINT_H}" = x"yes"], - [1], - [if RTEMS uses stdint.h]) - RTEMS_CPUOPT([RTEMS_USES_TAR_H], [test x"${RTEMS_USES_TAR_H}" = x"yes"], [1], -- cgit v1.2.3