summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorbonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4>2004-03-12 12:10:17 +0000
committerbonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4>2004-03-12 12:10:17 +0000
commit989edd2fd46137e68ce06611d184df2ba83ee819 (patch)
tree8179425b452ace972564d7e535d6b4532b947800 /configure
parent4e5f9a39ced6b1fc7ff31cc51113a6216e9fea29 (diff)
downloadgcc-989edd2fd46137e68ce06611d184df2ba83ee819.tar.gz
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@79380 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 166966545d3..b397bf1ce9b 100755
--- a/configure
+++ b/configure
@@ -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; }