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 | |
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')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure index 1527f1b982a..be814518b79 100755 --- a/configure +++ b/configure @@ -2424,8 +2424,8 @@ if test -d ${srcdir}/gcc; then missing_languages=`echo "$missing_languages" | sed -e "s/^,//" -e "s/,$//"` if test "x$missing_languages" != x; then { echo "configure: error: -The following requested languages were not found: ${missing_languages} -The available languages are: ${potential_languages}" 1>&2; exit 1; } +The following requested languages could not be built: ${missing_languages} +Recognised languages are: ${potential_languages}" 1>&2; exit 1; } fi if test "x$new_enable_languages" != "x$enable_languages"; then |