Skip to content

Commit c29b1be

Browse files
committed
auto merge of #11266 : lyuts/rust/opensuse_build, r=brson
Minor change for configuration script allows to build rust on openSUSE with using llvm installed from repos.
2 parents 3249de8 + 1722074 commit c29b1be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure

+1-1
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ then
591591
LLVM_VERSION=$($LLVM_CONFIG --version)
592592

593593
case $LLVM_VERSION in
594-
(3.3|3.3svn|3.2|3.2svn)
594+
(3.[2-4]svn|3.[2-4])
595595
msg "found ok version of LLVM: $LLVM_VERSION"
596596
;;
597597
(*)

0 commit comments

Comments
 (0)