[llvm-commits] CVS: llvm/configure

Alkis Evlogimenos alkis at cs.uiuc.edu
Sun Jan 16 01:45:09 PST 2005



Changes in directory llvm:

configure updated: 1.171 -> 1.172
---
Log message:

Fix llvm-java project autconfiguration.


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

Index: llvm/configure
diff -u llvm/configure:1.171 llvm/configure:1.172
--- llvm/configure:1.171	Sat Jan 15 20:58:38 2005
+++ llvm/configure	Sun Jan 16 03:44:58 2005
@@ -1591,7 +1591,7 @@
 
 subdirs="$subdirs projects/llvm-gcc"
   ;;
-      "Java")
+      "llvm-java")
 
 subdirs="$subdirs projects/llvm-java"
  ;;






More information about the llvm-commits mailing list