summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorNathanael Nerode <neroden@gcc.gnu.org>2004-03-13 05:54:47 +0000
committerNathanael Nerode <neroden@gcc.gnu.org>2004-03-13 05:54:47 +0000
commit56adcf1483ce589ba83e5c6fb22fa8dedd016ff7 (patch)
treee3b44485e5c29713bd8a55ebdc4d085f231a72d6 /configure.in
parent5e4ea5c536fd760fda4c1d69a7b7c3ca7d09a16c (diff)
downloadgdb-56adcf1483ce589ba83e5c6fb22fa8dedd016ff7.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.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 1cf5adaac6f..6fa30221c52 100644
--- a/configure.in
+++ b/configure.in
@@ -1177,7 +1177,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
AC_MSG_ERROR([
The following requested languages were not found: ${missing_languages}])