X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=config;h=775344ecab5ff4c24621e729a87d79e2b1ac4842;hp=00e4c76919712849aa3679152c48eb070bed1a5d;hb=d56f92ee782e1ad1d48ee788b12d813eb0cbacf6;hpb=d5492d9b47d4d55052f24c8a04c70a0516ac934d diff --git a/config b/config index 00e4c76919..775344ecab 100755 --- a/config +++ b/config @@ -396,7 +396,7 @@ if [ "$GCCVER" != "" ]; then # then strip off whatever prefix Cygnus as well as GCC 3.1 prepends # the number with... Hopefully, this will work for any future prefixes # as well. - GCCVER=`echo $GCCVER | sed 's/^[a-zA-Z ()]*\-//'` + GCCVER=`echo $GCCVER | sed 's/^[a-zA-Z ()---]*//'` # peak single digit before and after first dot, e.g. 2.95.1 gives 29 GCCVER=`echo $GCCVER | sed 's/\([0-9]\)\.\([0-9]\).*/\1\2/'` else