summaryrefslogtreecommitdiffstats
path: root/aclocal/check-itron.m4
diff options
context:
space:
mode:
Diffstat (limited to 'aclocal/check-itron.m4')
-rw-r--r--aclocal/check-itron.m43
1 files changed, 3 insertions, 0 deletions
diff --git a/aclocal/check-itron.m4 b/aclocal/check-itron.m4
index a5813878d7..4c4dbf0042 100644
--- a/aclocal/check-itron.m4
+++ b/aclocal/check-itron.m4
@@ -26,7 +26,10 @@ else
HAS_ITRON_API="no";
fi
AC_SUBST(HAS_ITRON_API)dnl
+])
+AC_DEFUN(RTEMS_DEFINE_ITRON_API,
+[AC_REQUIRE([RTEMS_CHECK_ITRON_API])dnl
if test x"${HAS_ITRON_API}" = x"yes";
then
AC_DEFINE_UNQUOTED(RTEMS_ITRON_API,1,[if itron api is supported])