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:40 +0200
commit00a3d99a0711878cdefc168c180fdaa7466a7221 (patch)
tree43740b03e9aa426119060d5691582639c58df1c8
parent7b580ac8d083d50d7d572740569b1488d6f533a4 (diff)
downloadqt3-00a3d99a0711878cdefc168c180fdaa7466a7221.tar.gz
qt3-00a3d99a0711878cdefc168c180fdaa7466a7221.zip
Update buildkey for GCC 7 and 8
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 58b25d4341e84c0bf06572e8b37e433fe3924b1f)
-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.*"
;;
*)