aboutsummaryrefslogtreecommitdiff
path: root/libssp/configure
diff options
context:
space:
mode:
Diffstat (limited to 'libssp/configure')
-rwxr-xr-xlibssp/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/libssp/configure b/libssp/configure
index b14e922e6f1..ee1751d20db 100755
--- a/libssp/configure
+++ b/libssp/configure
@@ -11082,7 +11082,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