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 0d60417c83)
r14.0.x
Slávek Banko 3 years ago
parent a29bd4d895
commit e7ed2e6e73
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