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

4.104.115
Last change on this file since 292b0c3 was 292b0c3, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/29/10 at 07:45:01

2010-04-29 Ralf Corsépius <ralf.corsepius@…>

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