2005-02-04 Ralf Corsepius <ralf.corsepius@rtems.org>

* aclocal/enable-itron.m4: Allow unix.
This commit is contained in:
Ralf Corsepius
2005-02-04 16:27:16 +00:00
parent de3311c177
commit 35e60150cc
2 changed files with 4 additions and 19 deletions
+4
View File
@@ -1,3 +1,7 @@
2005-02-04 Ralf Corsepius <ralf.corsepius@rtems.org>
* aclocal/enable-itron.m4: Allow unix.
2005-01-02 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Remove ACLOCAL_FILES.
-19
View File
@@ -11,23 +11,4 @@ AC_ARG_ENABLE(itron,
no) RTEMS_HAS_ITRON_API=no ;;
*) AC_MSG_ERROR(bad value ${enableval} for enable-itron option) ;;
esac],[RTEMS_HAS_ITRON_API=yes])
case "${host}" in
# hpux unix port should go here
i[[34567]]86-pc-linux*) # unix "simulator" port
RTEMS_HAS_ITRON_API=no
;;
i[[34567]]86-*freebsd*) # unix "simulator" port
RTEMS_HAS_ITRON_API=no
;;
no_cpu-*rtems*)
RTEMS_HAS_ITRON_API=no
;;
sparc-sun-solaris*) # unix "simulator" port
RTEMS_HAS_ITRON_API=no
;;
*)
;;
esac
AC_SUBST(RTEMS_HAS_ITRON_API)
])