summaryrefslogtreecommitdiffstats
path: root/testsuites/aclocal
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-02-11 10:28:41 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-02-11 10:28:41 +0000
commitffabba3cf16adf42a2fe54ebcf203cc364ac474d (patch)
treec2c899fffa620043d4c1d72fd32c8d0e0de18ac9 /testsuites/aclocal
parent2007-02-11 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-ffabba3cf16adf42a2fe54ebcf203cc364ac474d.tar.bz2
2007-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
* aclocal/check-cpuopts.m4: Check rtems/system.h instead of rtems/score/cpuopts.h.
Diffstat (limited to 'testsuites/aclocal')
-rw-r--r--testsuites/aclocal/check-cpuopts.m42
1 files changed, 1 insertions, 1 deletions
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 <rtems/score/cpuopts.h>
+#include <rtems/system.h>
#ifndef $1
choke me
#endif