Gack. Actually use the correct variable name in setting the JIT support.
authorReid Spencer <rspencer@reidspencer.com>
Thu, 25 Nov 2004 07:28:19 +0000 (07:28 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Thu, 25 Nov 2004 07:28:19 +0000 (07:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18240 91177308-0d34-0410-b5e6-96231b3b80d8

autoconf/configure.ac
configure

index 8d4999aefbc4260adc5ac57005150a2891fda270..4f300b75c73a143264fc951d1939e76801ce0e77 100644 (file)
@@ -179,7 +179,7 @@ if test ${enableval} = "no"
 then
   AC_SUBST(JIT,[[]])
 else
-  case "$llvm_cv_target_architecture" in
+  case "$llvm_cv_target_arch" in
     x86)     AC_SUBST(JIT,[[TARGET_HAS_JIT=1]]) ;;
     Sparc)   AC_SUBST(JIT,[[TARGET_HAS_JIT=1]]) ;;
     PowerPC) AC_SUBST(JIT,[[TARGET_HAS_JIT=1]]) ;;
index 733154c7e68d6739997016e88cbf098c217420ef..ea7408b511cbe3f4e8bf3d3fc079cd6dbb1da410 100755 (executable)
--- 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