summaryrefslogtreecommitdiffstats
path: root/c/src/make/aclocal/check-itron.m4
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-02-04 16:25:44 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-02-04 16:25:44 +0000
commitde3311c177958a0d539505fffa5bd12559bcd687 (patch)
treeea726d71ead76a6011c42be834afe9dbff0ce42a /c/src/make/aclocal/check-itron.m4
parent2005-02-04 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-de3311c177958a0d539505fffa5bd12559bcd687.tar.bz2
2005-02-04 Ralf Corsepius <ralf.corsepius@rtems.org>
* aclocal/check-itron.m4: Allow unix.
Diffstat (limited to '')
-rw-r--r--c/src/make/aclocal/check-itron.m43
1 files changed, 0 insertions, 3 deletions
diff --git a/c/src/make/aclocal/check-itron.m4 b/c/src/make/aclocal/check-itron.m4
index 75e2134276..b3ee9f2156 100644
--- a/c/src/make/aclocal/check-itron.m4
+++ b/c/src/make/aclocal/check-itron.m4
@@ -9,9 +9,6 @@ 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";