diff --git a/configure b/configure index 1db7f483a9f..d72fe075983 100755 --- a/configure +++ b/configure @@ -920,7 +920,7 @@ then LLVM_VERSION=$($LLVM_CONFIG --version) case $LLVM_VERSION in - (3.[5-6]*) + (3.[5-7]*) msg "found ok version of LLVM: $LLVM_VERSION" ;; (*)