summaryrefslogtreecommitdiffstats
path: root/cpukit/aclocal/enable-itron.m4
blob: 701d161ed7a85b619ce6768427e3f98b160213fc (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),
[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]) 
])