From 18700cbbfa7b2c0a8a21947b01fae1748bbdcae2 Mon Sep 17 00:00:00 2001 From: Maxim Kuvyrkov Date: Wed, 27 Jun 2018 12:33:24 +0000 Subject: Merge branches/gcc-7-branch rev 262169. Change-Id: Ia4e0d5dab9b29367e5f61b6ebd65fa0c318dda86 --- libada/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libada/configure') diff --git a/libada/configure b/libada/configure index 17a52c81db2..13e267a7f4e 100755 --- a/libada/configure +++ b/libada/configure @@ -3018,7 +3018,7 @@ fi # Check whether --with-gcc-major-version-only was given. if test "${with_gcc_major_version_only+set}" = set; then : withval=$with_gcc_major_version_only; if test x$with_gcc_major_version_only = xyes ; then - get_gcc_base_ver="sed -e 's/^\([0-9]*\).*\$\$/\1/'" + get_gcc_base_ver="sed -e 's/^\([0-9]*\).*/\1/'" fi fi -- cgit v1.2.3