From c0984e42bd598ea119b128b4a52066dae7cb64d3 Mon Sep 17 00:00:00 2001 From: mopp Date: Sun, 24 Jan 2016 19:36:02 +0900 Subject: [PATCH] fix condition for clang --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 7df98d1bd56..f284d13ee3b 100755 --- a/configure +++ b/configure @@ -1051,7 +1051,7 @@ then esac else case $CFG_CLANG_VERSION in - (3.2* | 3.3* | 3.4* | 3.5* | 3.6* | 3.7* | 3.8*) + (3.2* | 3.3* | 3.4* | 3.5* | 3.6* | 3.7* | 3.8* | 3.9*) step_msg "found ok version of CLANG: $CFG_CLANG_VERSION" ;; (*)