diff --git a/configure b/configure index 636d50276ff..af3c1dc9d72 100755 --- a/configure +++ b/configure @@ -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" ;; (*)