Created
May 30, 2010 11:16
-
-
Save asymmetric/418955 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From f60eabef4dc07c04804bd841f9b350fb9960aeca Mon Sep 17 00:00:00 2001 | |
From: asymmetric <[email protected]> | |
Date: Sat, 22 May 2010 14:48:10 +0200 | |
Subject: [PATCH 2/2] Enable LLVM if --enable-llvm is used after --disable-llvm | |
The last parameter used between --disable-llvm and --enable-llvm decides | |
whether to enable LLVM support. | |
--- | |
configure | 2 +- | |
1 files changed, 1 insertions(+), 1 deletions(-) | |
diff --git a/configure b/configure | |
index 5a51ae3..e572a09 100755 | |
--- a/configure | |
+++ b/configure | |
@@ -78,7 +78,7 @@ class Configure | |
end | |
o.on "--enable-llvm", "Enable llvm (default)" do | |
- # noop | |
+ @use_llvm = true | |
end | |
@skip_system = false | |
-- | |
1.6.6 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment