2004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
Paolo Bonzini <bonzini@gnu.org> PR bootstrap/14522 * configure.in: Cope with shells that do not support unquoted ^ * configure: Regenerate.
This commit is contained in:
2
configure
vendored
2
configure
vendored
@ -2278,7 +2278,7 @@ if test -d ${srcdir}/gcc; then
|
||||
esac
|
||||
done
|
||||
|
||||
missing_languages=`echo "$missing_languages" | sed -e s/^,// -e s/,\$//`
|
||||
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}" 1>&2; exit 1; }
|
||||
|
Reference in New Issue
Block a user