2007-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>

* aclocal/check-cpuopts.m4: Check rtems/system.h instead of
	rtems/score/cpuopts.h.
This commit is contained in:
Ralf Corsepius
2007-02-11 10:29:38 +00:00
parent 8b98a1b4be
commit 038f3a7ed4
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2007-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
* aclocal/check-cpuopts.m4: Check rtems/system.h instead of
rtems/score/cpuopts.h.
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: New BUG-REPORT address.

View File

@@ -14,7 +14,7 @@ AC_CACHE_CHECK(
[for $1],
[rtems_cv_$1],
[AC_COMPILE_IFELSE([
#include <rtems/score/cpuopts.h>
#include <rtems/system.h>
#ifndef $1
choke me
#endif