Allow compiling against a custom LLVM 3.9 installation

This commit is contained in:
Jake Goulding 2016-08-11 12:55:53 -04:00
parent 42001edc99
commit b707a12a6b
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

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