From 172207487b3ca5e96328dc10f64741ec0394c2b2 Mon Sep 17 00:00:00 2001 From: lyuts Date: Wed, 1 Jan 2014 16:46:29 -0800 Subject: [PATCH] Recognize LLVM 3.4 when building on opensuse with --llvm-root specified. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index e1f1db4b60265..1e3d8b30e115c 100755 --- a/configure +++ b/configure @@ -591,7 +591,7 @@ then LLVM_VERSION=$($LLVM_CONFIG --version) case $LLVM_VERSION in - (3.3|3.3svn|3.2|3.2svn) + (3.[2-4]svn|3.[2-4]) msg "found ok version of LLVM: $LLVM_VERSION" ;; (*)