Skip to content

Commit 07f8ce7

Browse files
committed
configure: Accept llvm-3.2
Previously the build system only checked for llvm-3.1 - 2.8. Now also 3.2 and 3.2svn is accepted. Signed-off-by: Fabian Deutsch <[email protected]>
1 parent 3bbcac3 commit 07f8ce7

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
@@ -497,7 +497,7 @@ then
497497
LLVM_VERSION=$($LLVM_CONFIG --version)
498498

499499
case $LLVM_VERSION in
500-
(3.1svn|3.1|3.0svn|3.0)
500+
(3.2svn|3.2|3.1svn|3.1|3.0svn|3.0)
501501
msg "found ok version of LLVM: $LLVM_VERSION"
502502
;;
503503
(*)

0 commit comments

Comments
 (0)