summaryrefslogtreecommitdiffstats
path: root/cpukit/aclocal/check-itron.m4
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-04-29 07:45:01 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-04-29 07:45:01 +0000
commit292b0c38134348ece2153d1dd92db3ed9780ed1d (patch)
treef615e9029789118856d32ee71ea8081a77193311 /cpukit/aclocal/check-itron.m4
parent2010-04-29 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-292b0c38134348ece2153d1dd92db3ed9780ed1d.tar.bz2
2010-04-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* aclocal/enable-itron.m4, aclocal/check-itron.m4: Replace RTEMS_HAS_ITRON_API with enable_itron.
Diffstat (limited to 'cpukit/aclocal/check-itron.m4')
-rw-r--r--cpukit/aclocal/check-itron.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/aclocal/check-itron.m4 b/cpukit/aclocal/check-itron.m4
index fbe171ef67..0abccd27c4 100644
--- a/cpukit/aclocal/check-itron.m4
+++ b/cpukit/aclocal/check-itron.m4
@@ -7,7 +7,7 @@ AC_REQUIRE([RTEMS_ENABLE_ITRON])dnl
AC_CACHE_CHECK([whether CPU supports libitron],
rtems_cv_HAS_ITRON_API,
[dnl
- AS_IF([test "${RTEMS_HAS_ITRON_API}" = "yes"],[
+ AS_IF([test "${enable_itron}" = "yes"],[
# suppress itron if one these types is not available
AS_IF([test x"$ac_cv_type_int8_t" = xyes \
&& test x"$ac_cv_type_uint8_t" = xyes \