2008-08-20 Ralf Corsépius <ralf.corsepius@rtems.org>

* configure.ac: Abort if stdbool.h is not c99 compliant.
This commit is contained in:
Ralf Corsepius
2008-08-20 15:10:42 +00:00
parent 3e63ac1b63
commit 19b9991ece
2 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2008-08-20 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Abort if stdbool.h is not c99 compliant.
2008-08-20 Ralf Corsépius <ralf.corsepius@rtems.org>
* pppd/pppd.h: Use stdbool.h. Remove local bool.

View File

@@ -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])