summaryrefslogtreecommitdiff
path: root/autoconf
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2004-02-26 20:22:59 +0000
committerJohn Criswell <criswell@uiuc.edu>2004-02-26 20:22:59 +0000
commit0550256c3185f58faef04812a40824f6721a2ddf (patch)
tree9862aff988ae0da3e44b943337dead7e330cd5f3 /autoconf
parent4f77caaa3d2265d69a52bd6a4e5905504896c220 (diff)
Modified the default pathname for Povray.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11881 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf')
-rw-r--r--autoconf/configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index b1abda79858..49010c4e4c4 100644
--- a/autoconf/configure.ac
+++ b/autoconf/configure.ac
@@ -346,9 +346,9 @@ dnl Povray External Benchmark
AC_ARG_ENABLE(povray,AC_HELP_STRING([--enable-povray],[Compile Povray benchmark (default is NO)]),,enableval=no)
if test ${enableval} = "no"
then
- if test -d /home/vadve/criswell/Downloads/povray-3.50c
+ if test -d /home/vadve/shared/benchmarks/povray31
then
- AC_SUBST(POVRAY_ROOT,[/home/vadve/criswell/Downloads/povray-3.50c])
+ AC_SUBST(POVRAY_ROOT,[/home/vadve/shared/benchmarks/povray31])
AC_SUBST(USE_POVRAY,[[USE_POVRAY=1]])
else
AC_SUBST(USE_POVRAY,[[]])
@@ -357,7 +357,7 @@ then
else
if test ${enableval} = ""
then
- AC_SUBST(POVRAY_ROOT,[/home/vadve/criswell/Downloads/povray-3.50c])
+ AC_SUBST(POVRAY_ROOT,[/home/vadve/shared/benchmarks/povray31])
else
AC_SUBST(POVRAY_ROOT,[${enableval}])
fi