From a1ca28d98790cbdccdcf38d0950ae3746d820ec9 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 22 Nov 2004 13:52:17 +0000 Subject: 2004-11-22 Ralf Corsepius * aclocal/enable-itron.m4, aclocal/check-itron.m4: Allow building itron for unix. --- cpukit/aclocal/check-itron.m4 | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'cpukit/aclocal/check-itron.m4') 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]) + ]) ]) -- cgit v1.2.3