2004-10-28 Ralf Corsepius <ralf_corsepius@rtems.org>

* configure.ac: Reflect changes above.
This commit is contained in:
Ralf Corsepius
2004-10-29 10:15:31 +00:00
parent b24b4eb06b
commit ec75ddc070
2 changed files with 8 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
* libcsupport/include/sys/_inttypes.h: New.
* libcsupport/include/sys/_stdint.h: New.
* libcsupport/Makefile.am: Reflect changes above.
* configure.ac: Reflect changes above.
2004-10-28 Ralf Corsepius <ralf_corsepius@rtems.org>

View File

@@ -99,6 +99,13 @@ AS_IF([test x"${RTEMS_USE_NEWLIB}" = x"yes"],[
RTEMS_USES_INTTYPES_H=$ac_cv_header_inttypes_h
])
AM_CONDITIONAL(RTEMS_PROVIDES_STDINT_H,
[test x"${RTEMS_USE_NEWLIB}" = x"yes" \
&& test x"$ac_cv_header_stdint_h" = xno])
AM_CONDITIONAL(RTEMS_PROVIDES_INTTYPES_H,
[test x"${RTEMS_USE_NEWLIB}" = x"yes" \
&& test x"$ac_cv_header_inttypes_h" = xno])
AS_IF([test x"${RTEMS_CPU}" = x"unix"],[
## FIXME: This check is doubtful
AS_IF([test "$HAS_MP" = "yes"],