diff options
| -rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
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" ;; (*) |
