From b6afcb6083d227eff383d06c7d17c37ecbd4c227 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 28 Jun 2011 20:43:53 +0000 Subject: 2011-05-24 Joel Sherrill PR 1810/misc * ChangeLog: Fix previous damage. --- aclocal/enable-smp.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'aclocal') diff --git a/aclocal/enable-smp.m4 b/aclocal/enable-smp.m4 index 97cfef18c9..84561f8bbd 100644 --- a/aclocal/enable-smp.m4 +++ b/aclocal/enable-smp.m4 @@ -8,7 +8,7 @@ AC_ARG_ENABLE(smp, [AS_HELP_STRING([--enable-smp],[enable smp interface])], [case "${enableval}" in yes) case "${RTEMS_CPU}" in - sparc|i386) RTEMS_HAS_SMP=no ;; + sparc|i386) RTEMS_HAS_SMP=yes ;; *) RTEMS_HAS_SMP=no ;; esac ;; -- cgit v1.2.3