summaryrefslogtreecommitdiffstats
path: root/cpukit/aclocal/enable-itron.m4
blob: 2f2c652922dbf493fef82f7dd05b32bd0882eacb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
dnl $Id$

AC_DEFUN([RTEMS_ENABLE_ITRON],
[
AC_ARG_ENABLE([itron],
AS_HELP_STRING([--enable-itron],[enable itron interface (DEPRECATED)]),
[case "${enableval}" in 
  yes) enable_itron=yes ;;
  no) enable_itron=no ;;
  *)  AC_MSG_ERROR(bad value ${enableval} for enable-itron option) ;;
esac],[enable_itron=no]) 
])