summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2017-07-23 01:16:44 +0200
committerSlávek Banko <slavek.banko@axis.cz>2017-07-23 01:16:55 +0200
commit4516caea75973d95b72006be24099c81dcb42995 (patch)
treea423cf6476897606488fe34542d67a697d42d587
parent6d597bf69f8278bae2f88ad448fb31be4c130527 (diff)
downloadtqt-4516caea75973d95b72006be24099c81dcb42995.tar.gz
tqt-4516caea75973d95b72006be24099c81dcb42995.zip
Update buildkey for GCC 7
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 71d8f1c4f19aaf55e312fc8414c29a5e34522160)
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 7a201449d..97ed85e99 100755
--- a/configure
+++ b/configure
@@ -2818,7 +2818,7 @@ g++*)
3.*)
COMPILER_VERSION="3.*"
;;
- 6.*|5.*|4.*)
+ 7.*|6.*|5.*|4.*)
COMPILER_VERSION="4.*"
;;
*)