From 64f8640164a99d1244154861c9cca6ad6081f97d Mon Sep 17 00:00:00 2001 From: Nick Desaulniers Date: Fri, 22 May 2015 16:07:25 -0700 Subject: [PATCH] allow clang 3.7 to be used when configuring Fixes #25720 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 9b8207ee91555..186ed00de4a59 100755 --- a/configure +++ b/configure @@ -986,7 +986,7 @@ then | cut -d ' ' -f 2) case $CFG_CLANG_VERSION in - (3.2* | 3.3* | 3.4* | 3.5* | 3.6*) + (3.2* | 3.3* | 3.4* | 3.5* | 3.6* | 3.7*) step_msg "found ok version of CLANG: $CFG_CLANG_VERSION" if [ -z "$CC" ] then