summaryrefslogtreecommitdiffstats
path: root/testsuites/aclocal/check-cpuopts.m4
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--testsuites/aclocal/check-cpuopts.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/aclocal/check-cpuopts.m4 b/testsuites/aclocal/check-cpuopts.m4
index 6137bc24de..542201f046 100644
--- a/testsuites/aclocal/check-cpuopts.m4
+++ b/testsuites/aclocal/check-cpuopts.m4
@@ -18,9 +18,9 @@ AC_CACHE_CHECK(
#ifndef $1
choke me
#endif
- ],
+ ])],
[rtems_cv_$1=yes],
[rtems_cv_$1=no])
- ])])
+ ])
CPPFLAGS="$sav_CPPFLAGS"
])