summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-09-22 15:00:08 +0200
committerSlávek Banko <slavek.banko@axis.cz>2021-09-22 15:00:28 +0200
commite7ed2e6e73d09424969c8ad29b41e7fabe9a52e2 (patch)
tree05c3d532851f199c84d1ff86ccaa4028a50bc340
parenta29bd4d895020a43cc13354e591991e020134481 (diff)
downloadtqt3-e7ed2e6e.tar.gz
tqt3-e7ed2e6e.zip
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 0d60417c83fd2bd8b6fccb6dd7171b113296860a)
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index adf81417..151c4250 100755
--- a/configure
+++ b/configure
@@ -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.*"
;;
*)