diff options
author | Paul Brook <paul@codesourcery.com> | 2005-05-19 20:25:24 +0000 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2005-05-19 20:25:24 +0000 |
commit | e01c5394dd1dcdbba7f9db248d449f7a243e067e (patch) | |
tree | 9650099b4024d774ba0bf85a04554fb94cfd5fd6 /configure.in | |
parent | e56b019d42f14351825e0b3a2307e3a14f845c1c (diff) | |
download | gdb-e01c5394dd1dcdbba7f9db248d449f7a243e067e.tar.gz |
2005-05-19 Paul Brook <paul@codesourcery.com>
* configure.in: Rewrite misleading error message when requested
language cannot be built.
* configure: Regenerate.
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 |