From 91813556308d3137b639eeb1fc054813d78ade03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 23 Aug 2020 00:52:59 +0200 Subject: [PATCH] Update buildkey for >= GCC 9. 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 511e8c772037d12eb143c7182e686a8185e27f06) --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index d6be553..057b26a 100755 --- a/configure +++ b/configure @@ -2807,7 +2807,7 @@ g++*) 3.*) COMPILER_VERSION="3.*" ;; - [7-8]|[4-6].*) + [1-9][0-9]|[7-9]|[4-6].*) COMPILER_VERSION="4.*" ;; *)