diff options
Diffstat (limited to 'libquadmath/configure')
-rwxr-xr-x | libquadmath/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libquadmath/configure b/libquadmath/configure index 2a69479..ca9f648 100755 --- a/libquadmath/configure +++ b/libquadmath/configure @@ -13026,7 +13026,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 |