summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-08-23 00:52:59 +0200
committerSlávek Banko <slavek.banko@axis.cz>2020-08-23 00:53:27 +0200
commit5f6511d785af73e8eb111441f802ca4d976a4e99 (patch)
tree9734da85ceee7fa83870170aabbceaa3620e2cb3
parent3b9daf47f5d90aea358a14639c2913e7b5a77245 (diff)
downloadtqt3-5f6511d785af73e8eb111441f802ca4d976a4e99.tar.gz
tqt3-5f6511d785af73e8eb111441f802ca4d976a4e99.zip
Update buildkey for >= GCC 9.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 1335b2013b3b58621399874e0eea17bcd00b8d3f)
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index e405ed81..adf81417 100755
--- a/configure
+++ b/configure
@@ -2828,7 +2828,7 @@ g++*)
3.*)
COMPILER_VERSION="3.*"
;;
- [7-8]|[4-6].*)
+ [1-9][0-9]|[7-9]|[4-6].*)
COMPILER_VERSION="4.*"
;;
*)