From e7ed2e6e73d09424969c8ad29b41e7fabe9a52e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Wed, 22 Sep 2021 15:00:08 +0200 Subject: [PATCH] Fix buildkey for GCC >= 7 if the version is listed including minor numbers. 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 0d60417c83fd2bd8b6fccb6dd7171b113296860a) --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index adf81417..151c4250 100755 --- a/configure +++ b/configure @@ -2828,7 +2828,7 @@ g++*) 3.*) COMPILER_VERSION="3.*" ;; - [1-9][0-9]|[7-9]|[4-6].*) + [1-9][0-9]|[1-9][0-9].*|[7-9]|[4-9].*) COMPILER_VERSION="4.*" ;; *)