2010-10-01 Ralf Corsépius <ralf.corsepius@rtems.org>

PR 1708/build:
	* aclocal/check-cpuopts.m4: Fix m4-quoting.
This commit is contained in:
Ralf Corsepius
2010-10-01 17:00:52 +00:00
parent 101b1893ab
commit 47ce12c534
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
2010-10-01 Ralf Corsépius <ralf.corsepius@rtems.org>
PR 1708/build:
* aclocal/check-cpuopts.m4: Fix m4-quoting.
2010-09-23 Ralf Corsépius <ralf.corsepius@rtems.org> 2010-09-23 Ralf Corsépius <ralf.corsepius@rtems.org>
* aclocal/check-cpuopts.m4: Add AC_LANG_SOURCE. * aclocal/check-cpuopts.m4: Add AC_LANG_SOURCE.

View File

@@ -18,9 +18,9 @@ AC_CACHE_CHECK(
#ifndef $1 #ifndef $1
choke me choke me
#endif #endif
], ])],
[rtems_cv_$1=yes], [rtems_cv_$1=yes],
[rtems_cv_$1=no]) [rtems_cv_$1=no])
])]) ])
CPPFLAGS="$sav_CPPFLAGS" CPPFLAGS="$sav_CPPFLAGS"
]) ])