summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-11-25 07:28:19 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-11-25 07:28:19 +0000
commitefbe40ada6e76cc265b3feab7ab57db870ce0f22 (patch)
treea159c591ff587ca33277fa408ae9b7a28d99b647 /configure
parentd4c8bea47fd3403ff1f3786b99ff11e6e1b5fc09 (diff)
downloadllvm-efbe40ada6e76cc265b3feab7ab57db870ce0f22.tar.gz
llvm-efbe40ada6e76cc265b3feab7ab57db870ce0f22.tar.bz2
llvm-efbe40ada6e76cc265b3feab7ab57db870ce0f22.tar.xz
Gack. Actually use the correct variable name in setting the JIT support.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18240 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 733154c7e6..ea7408b511 100755
--- a/configure
+++ b/configure
@@ -2945,7 +2945,7 @@ then
JIT=
else
- case "$llvm_cv_target_architecture" in
+ case "$llvm_cv_target_arch" in
x86) JIT=TARGET_HAS_JIT=1
;;
Sparc) JIT=TARGET_HAS_JIT=1