From 038f3a7ed499c4ac41ba9c7b3fc5fcf455864ed1 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sun, 11 Feb 2007 10:29:38 +0000 Subject: =?UTF-8?q?2007-02-11=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * aclocal/check-cpuopts.m4: Check rtems/system.h instead of rtems/score/cpuopts.h. --- testsuites/ChangeLog | 5 +++++ testsuites/aclocal/check-cpuopts.m4 | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/testsuites/ChangeLog b/testsuites/ChangeLog index efc90956e3..c94c37eada 100644 --- a/testsuites/ChangeLog +++ b/testsuites/ChangeLog @@ -1,3 +1,8 @@ +2007-02-11 Ralf Corsépius + + * aclocal/check-cpuopts.m4: Check rtems/system.h instead of + rtems/score/cpuopts.h. + 2006-12-02 Ralf Corsépius * configure.ac: New BUG-REPORT address. diff --git a/testsuites/aclocal/check-cpuopts.m4 b/testsuites/aclocal/check-cpuopts.m4 index a6481486cd..159c12777a 100644 --- a/testsuites/aclocal/check-cpuopts.m4 +++ b/testsuites/aclocal/check-cpuopts.m4 @@ -14,7 +14,7 @@ AC_CACHE_CHECK( [for $1], [rtems_cv_$1], [AC_COMPILE_IFELSE([ -#include +#include #ifndef $1 choke me #endif -- cgit v1.2.3