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. --- c/src/make/ChangeLog | 4 ++++ c/src/make/aclocal/enable-itron.m4 | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'c/src/make') diff --git a/c/src/make/ChangeLog b/c/src/make/ChangeLog index 82851de6e5..910bda5489 100644 --- a/c/src/make/ChangeLog +++ b/c/src/make/ChangeLog @@ -1,3 +1,7 @@ +2009-07-23 Ralf Corsepius + + * aclocal/enable-itron.m4: Default to not building itron. + 2009-04-15 Ralf Corsépius * leaf.cfg: Remove hard-coded .exe. diff --git a/c/src/make/aclocal/enable-itron.m4 b/c/src/make/aclocal/enable-itron.m4 index 14fefa9839..4cb9c681d6 100644 --- a/c/src/make/aclocal/enable-itron.m4 +++ b/c/src/make/aclocal/enable-itron.m4 @@ -10,7 +10,7 @@ AC_ARG_ENABLE(itron, 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]) AC_SUBST(RTEMS_HAS_ITRON_API) ]) -- cgit v1.2.3