aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorPaul Brook <paul@codesourcery.com>2005-05-19 20:03:22 +0000
committerPaul Brook <pbrook@gcc.gnu.org>2005-05-19 20:03:22 +0000
commit0cf085e4d440c98d402366cef5fc2ad67c0deef0 (patch)
treee42a3a712dd8a95ecbceb4dfa215797217972ee5 /configure
parent62b37d918eeaa7ce7ae292f4091c436fcb60f752 (diff)
downloadgcc-0cf085e4d440c98d402366cef5fc2ad67c0deef0.zip
gcc-0cf085e4d440c98d402366cef5fc2ad67c0deef0.tar.gz
gcc-0cf085e4d440c98d402366cef5fc2ad67c0deef0.tar.bz2
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')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 1527f1b..be81451 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