forked from Imagelibrary/rtems
Remove RTEMS_PROVIDES_STDINT_H, RTEMS_PROVIDES_INTTYPES_H.
This commit is contained in:
@@ -88,14 +88,6 @@ AC_CHECK_HEADER([tar.h])
|
||||
AC_CHECK_HEADER([sys/errno.h],[],
|
||||
[AC_MSG_ERROR([Missing required header sys/errno.h])])
|
||||
|
||||
## if using newlib, we provide stdint.h and inttypes.h
|
||||
AM_CONDITIONAL([RTEMS_PROVIDES_STDINT_H],
|
||||
[test x"${RTEMS_USE_NEWLIB}" = xyes \
|
||||
&& test x"${ac_cv_header_stdint_h}" = xno])
|
||||
AM_CONDITIONAL([RTEMS_PROVIDES_INTTYPES_H],
|
||||
[test x"${RTEMS_USE_NEWLIB}" = xyes \
|
||||
&& test x"${ac_cv_header_inttypes_h}" = xno])
|
||||
|
||||
## if using newlib, force using stdint.h
|
||||
AS_IF([test x"${RTEMS_USE_NEWLIB}" = xyes],
|
||||
[RTEMS_USES_STDINT_H=yes],
|
||||
|
||||
Reference in New Issue
Block a user