source: rtems/cpukit/aclocal/check-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: 332 bytes
Line 
1dnl $Id$
2dnl
3AC_DEFUN([RTEMS_CHECK_ITRON_API],
4[dnl
5AC_REQUIRE([RTEMS_ENABLE_ITRON])dnl
6
7AC_CACHE_CHECK([whether CPU supports libitron],
8  rtems_cv_HAS_ITRON_API,
9  [dnl
10      if test "${RTEMS_HAS_ITRON_API}" = "yes"; then
11        rtems_cv_HAS_ITRON_API="yes";
12      else
13        rtems_cv_HAS_ITRON_API="disabled";
14      fi
15  ])
16])
Note: See TracBrowser for help on using the repository browser.