From 18e23e9100c0ee63ec5630fc1785449601695249 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 23 Jul 2009 21:23:13 +0000 Subject: 2009-07-23 Ralf Corsepius * aclocal/enable-itron.m4: Default to not building itron. --- cpukit/aclocal/enable-itron.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/aclocal/enable-itron.m4') diff --git a/cpukit/aclocal/enable-itron.m4 b/cpukit/aclocal/enable-itron.m4 index 701d161ed7..2cbdc77cf7 100644 --- a/cpukit/aclocal/enable-itron.m4 +++ b/cpukit/aclocal/enable-itron.m4 @@ -8,5 +8,5 @@ AS_HELP_STRING(--enable-itron,enable itron interface), 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]) +esac],[RTEMS_HAS_ITRON_API=no]) ]) -- cgit v1.2.3