about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDong Zhou <dong.zhou.08@gmail.com>2015-09-09 11:32:05 -0400
committerDong Zhou <dong.zhou.08@gmail.com>2015-09-09 11:32:05 -0400
commitd77a2499179370cbdc9d477f95d2b2d57f974724 (patch)
treee801ee3f3f904f15c41caf67e172cc3a4eae9c47
parent7c8ae608dc65665039f3aeb01548d675953a2a68 (diff)
downloadrust-d77a2499179370cbdc9d477f95d2b2d57f974724.tar.gz
rust-d77a2499179370cbdc9d477f95d2b2d57f974724.zip
Fix configure for LLVM 3.8
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 45e137d4a9f..6419128b778 100755
--- a/configure
+++ b/configure
@@ -956,7 +956,7 @@ then
     LLVM_VERSION=$($LLVM_CONFIG --version)
 
     case $LLVM_VERSION in
-        (3.[5-7]*)
+        (3.[5-8]*)
             msg "found ok version of LLVM: $LLVM_VERSION"
             ;;
         (*)