From e493e2a83e8d76079cc84b50a098015492996a3c Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 1 Dec 2011 16:43:28 +0000 Subject: [PATCH] =?UTF-8?q?2011-12-01=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * aclocal/check-smp.m4: Fix bogus log message. --- cpukit/ChangeLog | 4 ++++ cpukit/aclocal/check-smp.m4 | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 5ef7412875..7e5bb3171e 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,7 @@ +2011-12-01 Ralf Corsépius + + * aclocal/check-smp.m4: Fix bogus log message. + 2011-12-01 Ralf Corsépius * libnetworking/rtems/mkrootfs.c: Use mode_t for modes, diff --git a/cpukit/aclocal/check-smp.m4 b/cpukit/aclocal/check-smp.m4 index 294f5c9d2c..8de5f29ea3 100644 --- a/cpukit/aclocal/check-smp.m4 +++ b/cpukit/aclocal/check-smp.m4 @@ -4,7 +4,7 @@ AC_DEFUN([RTEMS_CHECK_SMP], [dnl AC_REQUIRE([RTEMS_ENABLE_SMP])dnl -AC_CACHE_CHECK([whether CPU supports libposix], +AC_CACHE_CHECK([whether CPU supports SMP], rtems_cv_HAS_SMP, [dnl case "$RTEMS_CPU" in