forked from Imagelibrary/rtems
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:
@@ -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>
|
2008-08-20 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* pppd/pppd.h: Use stdbool.h. Remove local bool.
|
* pppd/pppd.h: Use stdbool.h. Remove local bool.
|
||||||
|
|||||||
@@ -70,6 +70,8 @@ AS_IF([test x"${ac_cv_header_inttypes_h}" != xyes],
|
|||||||
[AC_MSG_ERROR([Required header inttypes.h not found])])
|
[AC_MSG_ERROR([Required header inttypes.h not found])])
|
||||||
|
|
||||||
AC_HEADER_STDBOOL
|
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([ uint8_t, int8_t])
|
||||||
AC_CHECK_TYPES([uint16_t, int16_t])
|
AC_CHECK_TYPES([uint16_t, int16_t])
|
||||||
|
|||||||
Reference in New Issue
Block a user