summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2018-05-12 19:28:13 +0200
committerSlávek Banko <slavek.banko@axis.cz>2018-05-12 19:28:27 +0200
commit77ba1370c5584500c0f177fc7694dfdf7ebed3b3 (patch)
tree231427497a6cd18d2b3cae723d3efb2168e7ef43
parenta944a8634fc7472ffd40e22cd5848a9b027c7b36 (diff)
downloadtqt3-77ba1370c5584500c0f177fc7694dfdf7ebed3b3.tar.gz
tqt3-77ba1370c5584500c0f177fc7694dfdf7ebed3b3.zip
Update buildkey for GCC 7 and 8
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit ebdf0b28459ed683eae146a73e2eb4a570b0522b)
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 97ed85e99..3617cbffd 100755
--- a/configure
+++ b/configure
@@ -2818,7 +2818,7 @@ g++*)
3.*)
COMPILER_VERSION="3.*"
;;
- 7.*|6.*|5.*|4.*)
+ [7-8]|[4-6].*)
COMPILER_VERSION="4.*"
;;
*)