summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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;