[llvm-commits] CVS: llvm-test/configure

Reid Spencer reid at x10sys.com
Wed Aug 16 15:09:43 PDT 2006



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; }; }






More information about the llvm-commits mailing list