forked from Imagelibrary/rtems
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:
@@ -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>
|
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* configure.ac: New BUG-REPORT address.
|
* configure.ac: New BUG-REPORT address.
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ AC_CACHE_CHECK(
|
|||||||
[for $1],
|
[for $1],
|
||||||
[rtems_cv_$1],
|
[rtems_cv_$1],
|
||||||
[AC_COMPILE_IFELSE([
|
[AC_COMPILE_IFELSE([
|
||||||
#include <rtems/score/cpuopts.h>
|
#include <rtems/system.h>
|
||||||
#ifndef $1
|
#ifndef $1
|
||||||
choke me
|
choke me
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user