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
diff --git a/configure b/configure
index 733154c..ea7408b 100755
--- a/configure
+++ b/configure
@@ -2945,7 +2945,7 @@
   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