Fix LLVM version in configure

Upstream LLVM from VCS already has version 3.6,
configure fixed appropriately to allow building with it
This commit is contained in:
Jauhien Piatlicki 2014-08-22 00:39:18 +02:00
parent c509f79f05
commit 70ea0bb5f5
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -635,7 +635,7 @@ then
LLVM_VERSION=$($LLVM_CONFIG --version)
case $LLVM_VERSION in
(3.[2-5]*)
(3.[2-6]*)
msg "found ok version of LLVM: $LLVM_VERSION"
;;
(*)