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:
@@ -2,13 +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])
|
||||
esac],[RTEMS_HAS_ITRON_API=no])
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user