summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2017-07-23 01:15:12 +0200
committerSlávek Banko <slavek.banko@axis.cz>2017-07-23 01:15:43 +0200
commit084e88eea89947c22ac23821d704aae4d6782cb4 (patch)
treef5e6b385c46696a1aca4393325a8642d4b83d1b0 /configure
parent6897563b54827aa2ce7190b93216c0d8d911168f (diff)
downloadqt3-084e88eea89947c22ac23821d704aae4d6782cb4.tar.gz
qt3-084e88eea89947c22ac23821d704aae4d6782cb4.zip
Update buildkey for GCC 7
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 3a5672aab4a54fea0e9aa741f3a9db590ce9f815)
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 0d9c17f..1896713 100755
--- a/configure
+++ b/configure
@@ -2797,7 +2797,7 @@ g++*)
3.*)
COMPILER_VERSION="3.*"
;;
- 6.*|5.*|4.*)
+ 7.*|6.*|5.*|4.*)
COMPILER_VERSION="4.*"
;;
*)