From b707a12a6bd5d499a3ae1d8c0378a7dee00442c0 Mon Sep 17 00:00:00 2001 From: Jake Goulding Date: Thu, 11 Aug 2016 12:55:53 -0400 Subject: [PATCH] Allow compiling against a custom LLVM 3.9 installation --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 29f16da058129..18dc99dd6c34c 100755 --- a/configure +++ b/configure @@ -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" ;; (*)