From f1eb7ce013526c6ae75e92a31fe3b89b4cf44b3f Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Sun, 4 Dec 2011 15:01:41 -0800 Subject: [PATCH] configure: LLVM 3.0 no longer supported --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 27542a91b311..d583e6a4b43b 100755 --- a/configure +++ b/configure @@ -297,7 +297,7 @@ then LLVM_VERSION=$($LLVM_CONFIG --version) case $LLVM_VERSION in - (3.0svn | 3.0 | 3.1svn) + (3.1svn) msg "found ok version of LLVM: $LLVM_VERSION" ;; (*)