forked from Imagelibrary/rtems
2009-07-23 Ralf Corsepius <ralf.corsepius@rtems.org>
* aclocal/enable-itron.m4: Default to not building itron.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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)
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user