diff options
author | Paul Brook <paul@codesourcery.com> | 2005-05-19 20:03:22 +0000 |
---|---|---|
committer | Paul Brook <pbrook@gcc.gnu.org> | 2005-05-19 20:03:22 +0000 |
commit | 0cf085e4d440c98d402366cef5fc2ad67c0deef0 (patch) | |
tree | e42a3a712dd8a95ecbceb4dfa215797217972ee5 /configure.in | |
parent | 62b37d918eeaa7ce7ae292f4091c436fcb60f752 (diff) | |
download | gcc-0cf085e4d440c98d402366cef5fc2ad67c0deef0.tar.gz |
configure.in: Rewrite misleading error message when requested language cannot be built.
2005-05-19 Paul Brook <paul@codesourcery.com>
* configure.in: Rewrite misleading error message when requested
language cannot be built.
* configure: Regenerate.
From-SVN: r99982
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 5dd40ce28c4..c2ced9168a7 100644 --- a/configure.in +++ b/configure.in @@ -1231,8 +1231,8 @@ if test -d ${srcdir}/gcc; then missing_languages=`echo "$missing_languages" | sed -e "s/^,//" -e "s/,$//"` if test "x$missing_languages" != x; then AC_MSG_ERROR([ -The following requested languages were not found: ${missing_languages} -The available languages are: ${potential_languages}]) +The following requested languages could not be built: ${missing_languages} +Recognised languages are: ${potential_languages}]) fi if test "x$new_enable_languages" != "x$enable_languages"; then |