summaryrefslogtreecommitdiff
path: root/gcc/configure.in
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2001-04-04 14:18:09 -0700
committerRichard Henderson <rth@gcc.gnu.org>2001-04-04 14:18:09 -0700
commit3d399d67c4a508fedec7d97a8c72dca44df9a834 (patch)
tree6f9c18612af88994c09e9ef48cbe3026f73bcd12 /gcc/configure.in
parent3cc48399b878e39e334670e417741d6b3531185a (diff)
downloadgcc-3d399d67c4a508fedec7d97a8c72dca44df9a834.tar.gz
configure.in (gcc_cv_as_leb128): Escape ".".
* configure.in (gcc_cv_as_leb128): Escape ".". * configure: Rebuilt. From-SVN: r41095
Diffstat (limited to 'gcc/configure.in')
-rw-r--r--gcc/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/configure.in b/gcc/configure.in
index 948bfc2acd3..726c0a78d30 100644
--- a/gcc/configure.in
+++ b/gcc/configure.in
@@ -1337,7 +1337,7 @@ EOF
as_ver=`echo $as_ver | sed -e 's/.* //'`
as_major=`echo $as_ver | sed 's/\..*//'`
changequote(,)dnl
- as_minor=`echo $as_ver | sed 's/[^.]*.\([0-9]*\).*/\1/'`
+ as_minor=`echo $as_ver | sed 's/[^.]*\.\([0-9]*\).*/\1/'`
changequote([,])dnl
if test $as_major -eq 2 -a $as_minor -lt 11; then
gcc_cv_as_leb128="no"