2009-07-23 Ralf Corsepius <ralf.corsepius@rtems.org>

* aclocal/enable-itron.m4: Default to not building itron.
This commit is contained in:
Ralf Corsepius
2009-07-23 21:23:13 +00:00
parent 6ffde61c4c
commit 18e23e9100
6 changed files with 16 additions and 6 deletions

View File

@@ -1,3 +1,7 @@
2009-07-23 Ralf Corsepius <ralf.corsepius@rtems.org>
* aclocal/enable-itron.m4: Default to not building itron.
2009-04-15 Ralf Corsépius <ralf.corsepius@rtems.org>
* leaf.cfg: Remove hard-coded .exe.

View File

@@ -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)
])