source: rtems/aclocal/enable-itron.m4 @ ba021d5c

4.115
Last change on this file since ba021d5c was 18e23e91, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/23/09 at 21:23:13

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

  • aclocal/enable-itron.m4: Default to not building itron.
  • Property mode set to 100644
File size: 316 bytes
Line 
1dnl $Id$
2
3AC_DEFUN([RTEMS_ENABLE_ITRON],
4[
5AC_ARG_ENABLE(itron,
6AS_HELP_STRING(--enable-itron,enable itron interface),
7[case "${enableval}" in
8  yes) RTEMS_HAS_ITRON_API=yes ;;
9  no) RTEMS_HAS_ITRON_API=no ;;
10  *)  AC_MSG_ERROR(bad value ${enableval} for enable-itron option) ;;
11esac],[RTEMS_HAS_ITRON_API=no])
12])
Note: See TracBrowser for help on using the repository browser.