summaryrefslogtreecommitdiffstats
path: root/c/src/exec/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/configure.in')
-rw-r--r--c/src/exec/configure.in8
1 files changed, 0 insertions, 8 deletions
diff --git a/c/src/exec/configure.in b/c/src/exec/configure.in
index b5c62b66c9..1ed174c951 100644
--- a/c/src/exec/configure.in
+++ b/c/src/exec/configure.in
@@ -40,14 +40,6 @@ RTEMS_CHECK_ITRON_API(RTEMS_BSP)
# If RTEMS macros are enabled, then use them. Otherwise, use inlines.
if test "$RTEMS_USE_MACROS" = "yes"; then
INLINEdir="macros"
- if test "$HAS_POSIX_API" = "yes"; then
- # The problem is that there is currently no code in posix/macros :)
- AC_MSG_ERROR(Macros are not implemented for the POSIX API)
- fi
- if test "$HAS_ITRON_API" = "yes"; then
- # The problem is that there is currently no code in itron/macros :)
- AC_MSG_ERROR(Macros are not implemented for the ITRON API)
- fi
else
INLINEdir="inline"
fi