source: rtems/cpukit/aclocal/enable-itron.m4 @ a29d2e7

4.104.114.84.95
Last change on this file since a29d2e7 was a1ca28d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/22/04 at 13:52:17

2004-11-22 Ralf Corsepius <ralf.corsepius@…>

  • aclocal/enable-itron.m4, aclocal/check-itron.m4: Allow building itron for unix.
  • Property mode set to 100644
File size: 317 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=yes])
12])
Note: See TracBrowser for help on using the repository browser.