From 8c3db5bc532f0386f9ceb6d6e26cbcd54d428c5f Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Sun, 7 Sep 2014 14:42:48 -0700 Subject: [PATCH] Allow Rust to be built with LLVM trunk (3.6). --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 1d6c387caa7..6cdbfadf637 100755 --- a/configure +++ b/configure @@ -707,7 +707,7 @@ then | cut -d ' ' -f 2) case $CFG_CLANG_VERSION in - (3.0svn | 3.0 | 3.1* | 3.2* | 3.3* | 3.4* | 3.5* ) + (3.0svn | 3.0 | 3.1* | 3.2* | 3.3* | 3.4* | 3.5* | 3.6*) step_msg "found ok version of CLANG: $CFG_CLANG_VERSION" if [ -z "$CC" ] then