From f979942b32b6075f897595c5523db870ce12c4bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Mon, 15 Aug 2016 03:53:03 +0200 Subject: [PATCH] Update buildkey for GCC 6 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 b099185b9090e30504ef614f3eb0c899ad711fb0) --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 7a0dea2..0d9c17f 100755 --- a/configure +++ b/configure @@ -2797,7 +2797,7 @@ g++*) 3.*) COMPILER_VERSION="3.*" ;; - 5.*|4.*) + 6.*|5.*|4.*) COMPILER_VERSION="4.*" ;; *)