summaryrefslogtreecommitdiffstats
path: root/cpukit/aclocal/check-itron.m4
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-11-22 13:52:17 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-11-22 13:52:17 +0000
commita1ca28d98790cbdccdcf38d0950ae3746d820ec9 (patch)
tree78aed6f832bc211d9bd467c47bc523eb92c51533 /cpukit/aclocal/check-itron.m4
parent2004-11-22 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-a1ca28d98790cbdccdcf38d0950ae3746d820ec9.tar.bz2
2004-11-22 Ralf Corsepius <ralf.corsepius@rtems.org>
* aclocal/enable-itron.m4, aclocal/check-itron.m4: Allow building itron for unix.
Diffstat (limited to 'cpukit/aclocal/check-itron.m4')
-rw-r--r--cpukit/aclocal/check-itron.m49
1 files changed, 1 insertions, 8 deletions
diff --git a/cpukit/aclocal/check-itron.m4 b/cpukit/aclocal/check-itron.m4
index 88f4013e5e..3beefa985b 100644
--- a/cpukit/aclocal/check-itron.m4
+++ b/cpukit/aclocal/check-itron.m4
@@ -2,22 +2,15 @@ dnl $Id$
dnl
AC_DEFUN([RTEMS_CHECK_ITRON_API],
[dnl
-AC_REQUIRE([RTEMS_CANONICAL_TARGET_CPU])dnl
AC_REQUIRE([RTEMS_ENABLE_ITRON])dnl
AC_CACHE_CHECK([whether CPU supports libitron],
rtems_cv_HAS_ITRON_API,
[dnl
- case "$RTEMS_CPU" in
- unix*)
- rtems_cv_HAS_ITRON_API="no"
- ;;
- *)
if test "${RTEMS_HAS_ITRON_API}" = "yes"; then
rtems_cv_HAS_ITRON_API="yes";
else
rtems_cv_HAS_ITRON_API="disabled";
fi
- ;;
- esac])
+ ])
])