Modified the default pathname for Povray.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11881 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/configure b/configure
index 27b381e..f16577d 100755
--- a/configure
+++ b/configure
@@ -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}