[llvm-commits] CVS: llvm/autoconf/configure.ac
Reid Spencer
reid at x10sys.com
Wed Nov 24 23:28:30 PST 2004
Changes in directory llvm/autoconf:
configure.ac updated: 1.132 -> 1.133
---
Log message:
Gack. Actually use the correct variable name in setting the JIT support.
---
Diffs of the changes: (+1 -1)
Index: llvm/autoconf/configure.ac
diff -u llvm/autoconf/configure.ac:1.132 llvm/autoconf/configure.ac:1.133
--- llvm/autoconf/configure.ac:1.132 Thu Nov 25 00:03:14 2004
+++ llvm/autoconf/configure.ac Thu Nov 25 01:28:19 2004
@@ -179,7 +179,7 @@
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]]) ;;
More information about the llvm-commits
mailing list