[rtems commit] Add missing )
Ralf Corsepius
ralf at rtems.org
Fri May 18 09:17:50 UTC 2012
Module: rtems
Branch: master
Commit: e7cf65453af1fd9d334275c108ca7be7d2afe0da
Changeset: http://git.rtems.org/rtems/commit/?id=e7cf65453af1fd9d334275c108ca7be7d2afe0da
Author: Ralf Corsépius <ralf.corsepius at rtems.org>
Date: Fri May 18 11:20:54 2012 +0200
Add missing )
---
testsuites/aclocal/prog-cxx.m4 | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/testsuites/aclocal/prog-cxx.m4 b/testsuites/aclocal/prog-cxx.m4
index ccd10f2..fdbb129 100644
--- a/testsuites/aclocal/prog-cxx.m4
+++ b/testsuites/aclocal/prog-cxx.m4
@@ -24,7 +24,7 @@ AC_PROG_CXXCPP
AC_MSG_ERROR([***]
[Inconsistency in compiler configuration:]
[Target C compiler and target C++ compiler]
- [must both either be cross compilers or native compilers]
+ [must both either be cross compilers or native compilers])
fi
else
## Work-around to a bug in automake
More information about the vc
mailing list