From 488cf3ec8eff16640bc7c5e1391f3f2e385ee4f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 23 Jul 2017 01:15:12 +0200 Subject: Update buildkey for GCC 7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit 3a5672aab4a54fea0e9aa741f3a9db590ce9f815) --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index e4cab92..e053c9b 100755 --- a/configure +++ b/configure @@ -2818,7 +2818,7 @@ g++*) 3.*) COMPILER_VERSION="3.*" ;; - 6.*|5.*|4.*) + 7.*|6.*|5.*|4.*) COMPILER_VERSION="4.*" ;; *) -- cgit v1.2.1