Allow 3.0, 3.1, 3.0svn and 3.1svn for llvm-root

This commit is contained in:
Zack Corr 2012-07-21 16:10:04 +10:00 committed by Graydon Hoare
parent fada46c421
commit de5c15edfb
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -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"
;;
(*)