From de5c15edfb0eb44fafb7021b61b51ae2c800b0fd Mon Sep 17 00:00:00 2001 From: Zack Corr Date: Sat, 21 Jul 2012 16:10:04 +1000 Subject: [PATCH] Allow 3.0, 3.1, 3.0svn and 3.1svn for llvm-root --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 1bcbe513579..06bddccc15c 100755 --- a/configure +++ b/configure @@ -378,7 +378,7 @@ then LLVM_VERSION=$($LLVM_CONFIG --version) case $LLVM_VERSION in - (3.1svn) + (3.1svn|3.1|3.0svn|3.0) msg "found ok version of LLVM: $LLVM_VERSION" ;; (*)