[llvm-commits] CVS: llvm-java/configure

Alkis Evlogimenos alkis at cs.uiuc.edu
Thu Apr 15 23:38:11 PDT 2004


Changes in directory llvm-java:

configure updated: 1.3 -> 1.4

---
Log message:

Fix jikes detection


---
Diffs of the changes:  (+1 -1)

Index: llvm-java/configure
diff -u llvm-java/configure:1.3 llvm-java/configure:1.4
--- llvm-java/configure:1.3	Thu Apr 15 23:19:31 2004
+++ llvm-java/configure	Thu Apr 15 23:37:54 2004
@@ -1296,7 +1296,7 @@
   test -z "$as_dir" && as_dir=.
   for ac_exec_ext in '' $ac_executable_extensions; do
   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_JIKES=""
+    ac_cv_prog_JIKES="jikes"
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     break 2
   fi





More information about the llvm-commits mailing list