summaryrefslogtreecommitdiffstats
path: root/cpukit/aclocal/check-itron.m4
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/aclocal/check-itron.m4')
-rw-r--r--cpukit/aclocal/check-itron.m414
1 files changed, 0 insertions, 14 deletions
diff --git a/cpukit/aclocal/check-itron.m4 b/cpukit/aclocal/check-itron.m4
index 75e2134276..88f4013e5e 100644
--- a/cpukit/aclocal/check-itron.m4
+++ b/cpukit/aclocal/check-itron.m4
@@ -20,18 +20,4 @@ AC_CACHE_CHECK([whether CPU supports libitron],
fi
;;
esac])
-if test "$rtems_cv_HAS_ITRON_API" = "yes"; then
- HAS_ITRON_API="yes";
-else
- HAS_ITRON_API="no";
-fi
-AC_SUBST(HAS_ITRON_API)dnl
-])
-
-AC_DEFUN([RTEMS_DEFINE_ITRON_API],
-[AC_REQUIRE([RTEMS_CHECK_ITRON_API])dnl
-if test x"${HAS_ITRON_API}" = x"yes";
-then
- AC_DEFINE_UNQUOTED(RTEMS_ITRON_API,1,[if itron api is supported])
-fi
])