Changes in directory llvm-test:

configure updated: 1.37 -> 1.38
---
Log message:

Oops, fix the SPEC95 case too.


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

 configure |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm-test/configure
diff -u llvm-test/configure:1.37 llvm-test/configure:1.38
--- llvm-test/configure:1.37    Tue Aug 15 01:53:55 2006
+++ llvm-test/configure Wed Aug 16 17:09:23 2006
@@ -2511,7 +2511,7 @@
 fi
 if test -n "$SPEC95_ROOT" ; then
   if test -d "$SPEC95_ROOT" ; then
-    if test `basename '${SPEC95_ROOT%benchspec}'` != "benchspec"; then
+    if test `basename ${SPEC95_ROOT}` != "benchspec"; then
       { { echo "$as_me:$LINENO: error: SPEC 95 directory must end in 
'benchspec'" >&5
 echo "$as_me: error: SPEC 95 directory must end in 'benchspec'" >&2;}
    { (exit 1); exit 1; }; }



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to