From 713791a1d5e8348a1b8b57a5e518654109105681 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 22 Nov 2004 16:08:46 +0000 Subject: 2004-11-22 Ralf Corsepius * aclocal/enable-itron.m4, aclocal/check-itron.m4: Allow building itron for unix. --- testsuites/aclocal/enable-itron.m4 | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) (limited to 'testsuites/aclocal/enable-itron.m4') diff --git a/testsuites/aclocal/enable-itron.m4 b/testsuites/aclocal/enable-itron.m4 index 890fc35e26..701d161ed7 100644 --- a/testsuites/aclocal/enable-itron.m4 +++ b/testsuites/aclocal/enable-itron.m4 @@ -2,32 +2,11 @@ dnl $Id$ AC_DEFUN([RTEMS_ENABLE_ITRON], [ -## AC_BEFORE([$0], [RTEMS_CHECK_ITRON_API])dnl - AC_ARG_ENABLE(itron, -[AS_HELP_STRING(--enable-itron,enable itron interface)], +AS_HELP_STRING(--enable-itron,enable itron interface), [case "${enableval}" in yes) RTEMS_HAS_ITRON_API=yes ;; 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) ]) -- cgit v1.2.3