diff --git a/configure b/configure index 27542a91b31..d583e6a4b43 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" ;; (*)