Fix buildkey for GCC >= 7 if the version is listed including minor numbers.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit e406862cea)
r14.0.x
Slávek Banko 3 years ago
parent 230a0c1ed9
commit 8e44169855
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

2
configure vendored

@ -2828,7 +2828,7 @@ g++*)
3.*)
COMPILER_VERSION="3.*"
;;
[1-9][0-9]|[7-9]|[4-6].*)
[1-9][0-9]|[1-9][0-9].*|[7-9]|[4-9].*)
COMPILER_VERSION="4.*"
;;
*)

Loading…
Cancel
Save