mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 06:24:07 +08:00
* aclocal/enable-itron.m4, aclocal/check-itron.m4: Allow building itron for unix.
17 lines
332 B
Plaintext
17 lines
332 B
Plaintext
dnl $Id$
|
|
dnl
|
|
AC_DEFUN([RTEMS_CHECK_ITRON_API],
|
|
[dnl
|
|
AC_REQUIRE([RTEMS_ENABLE_ITRON])dnl
|
|
|
|
AC_CACHE_CHECK([whether CPU supports libitron],
|
|
rtems_cv_HAS_ITRON_API,
|
|
[dnl
|
|
if test "${RTEMS_HAS_ITRON_API}" = "yes"; then
|
|
rtems_cv_HAS_ITRON_API="yes";
|
|
else
|
|
rtems_cv_HAS_ITRON_API="disabled";
|
|
fi
|
|
])
|
|
])
|