From 8e704379e8655c2a59200042894fe55d0d82f279 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sat, 23 Aug 2008 19:43:11 +0200 Subject: configure: Fix a typo in LLVM version detection. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index eb1b2b6..73eeebd 100755 --- a/configure +++ b/configure @@ -133,7 +133,7 @@ unless ($build_cmd) { print "\n"; print "Your system lacks the following OPTIONAL components:\n"; -unless ($llvm_maj && $llvm_min && $llvm_maj >= 2 && $llvm_min >= 4) { +unless ($llvm_maj && $llvm_min && $llvm_maj >= 2 && $llvm_min >= 3) { print " * LLVM >= 2.3\n"; if ($darwin || $debian) { $optional_install = "$optional_install llvm" if $darwin; -- cgit v1.2.3