]> git.lizzy.rs Git - rust.git/commitdiff
Fix configure for LLVM 3.8
authorDong Zhou <dong.zhou.08@gmail.com>
Wed, 9 Sep 2015 15:32:05 +0000 (11:32 -0400)
committerDong Zhou <dong.zhou.08@gmail.com>
Wed, 9 Sep 2015 15:32:05 +0000 (11:32 -0400)
configure

index 45e137d4a9f41ce4ddc392a94e8354a2381d936e..6419128b7783d45b4f13ec2c7c5f073ced3381f4 100755 (executable)
--- 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"
             ;;
         (*)