summaryrefslogtreecommitdiffstats
path: root/testsuites/aclocal/check-itron.m4
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--testsuites/aclocal/check-itron.m416
1 files changed, 0 insertions, 16 deletions
diff --git a/testsuites/aclocal/check-itron.m4 b/testsuites/aclocal/check-itron.m4
deleted file mode 100644
index 3beefa985b..0000000000
--- a/testsuites/aclocal/check-itron.m4
+++ /dev/null
@@ -1,16 +0,0 @@
-dnl $Id$
-dnl
-AC_DEFUN([RTEMS_CHECK_ITRON_API],
-[dnl
-AC_REQUIRE([RTEMS_ENABLE_ITRON])dnl
-
-AC_CACHE_CHECK([whether CPU supports libitron],
- rtems_cv_HAS_ITRON_API,
- [dnl
- if test "${RTEMS_HAS_ITRON_API}" = "yes"; then
- rtems_cv_HAS_ITRON_API="yes";
- else
- rtems_cv_HAS_ITRON_API="disabled";
- fi
- ])
-])