summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2018-05-12 19:30:23 +0200
committerSlávek Banko <slavek.banko@axis.cz>2018-05-12 19:30:23 +0200
commit58b25d4341e84c0bf06572e8b37e433fe3924b1f (patch)
tree8e05901ce669bb9f6a344aaaaba282b3cda44fe8
parent02405c8411cbdf42fa8f73ce93598eb6f5cec0fe (diff)
downloadqt3-58b25d4341e84c0bf06572e8b37e433fe3924b1f.tar.gz
qt3-58b25d4341e84c0bf06572e8b37e433fe3924b1f.zip
Update buildkey for GCC 7 and 8
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index e053c9b..18ef585 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.*"
;;
*)