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 | 27258dd41384e635a717b7c0cdd8b21df789b21b (patch) | |
tree | 9e901d07340e4e6515e6640bb11e470348e1064a /configure | |
parent | 0d509538cb135569bde17bd7f1bc69ec520b2516 (diff) | |
download | gdb-27258dd41384e635a717b7c0cdd8b21df789b21b.zip gdb-27258dd41384e635a717b7c0cdd8b21df789b21b.tar.gz gdb-27258dd41384e635a717b7c0cdd8b21df789b21b.tar.bz2 |
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
@@ -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 |