[llvm-commits] CVS: llvm/configure
John Criswell
criswell at cs.uiuc.edu
Thu Feb 26 14:24:40 PST 2004
Changes in directory llvm:
configure updated: 1.83 -> 1.84
---
Log message:
Modified the default pathname for Povray.
---
Diffs of the changes: (+3 -3)
Index: llvm/configure
diff -u llvm/configure:1.83 llvm/configure:1.84
--- llvm/configure:1.83 Wed Feb 25 22:14:10 2004
+++ llvm/configure Thu Feb 26 14:22:57 2004
@@ -21905,9 +21905,9 @@
fi;
if test ${enableval} = "no"
then
- if test -d /home/vadve/criswell/Downloads/povray-3.50c
+ if test -d /home/vadve/shared/benchmarks/povray31
then
- POVRAY_ROOT=/home/vadve/criswell/Downloads/povray-3.50c
+ POVRAY_ROOT=/home/vadve/shared/benchmarks/povray31
USE_POVRAY=USE_POVRAY=1
@@ -21919,7 +21919,7 @@
else
if test ${enableval} = ""
then
- POVRAY_ROOT=/home/vadve/criswell/Downloads/povray-3.50c
+ POVRAY_ROOT=/home/vadve/shared/benchmarks/povray31
else
POVRAY_ROOT=${enableval}
More information about the llvm-commits
mailing list