mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 17:32:19 +00:00
Modified the default pathname for Povray.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11881 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4f77caaa3d
commit
0550256c31
@ -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
|
||||
|
6
configure
vendored
6
configure
vendored
@ -21905,9 +21905,9 @@ else
|
||||
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 @@ then
|
||||
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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user