[llvm-commits] CVS: llvm-test/autoconf/configure.ac
Reid Spencer
reid at x10sys.com
Wed Aug 16 15:09:41 PDT 2006
Changes in directory llvm-test/autoconf:
configure.ac updated: 1.35 -> 1.36
---
Log message:
Oops, fix the SPEC95 case too.
---
Diffs of the changes: (+1 -1)
configure.ac | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm-test/autoconf/configure.ac
diff -u llvm-test/autoconf/configure.ac:1.35 llvm-test/autoconf/configure.ac:1.36
--- llvm-test/autoconf/configure.ac:1.35 Tue Aug 15 01:53:55 2006
+++ llvm-test/autoconf/configure.ac Wed Aug 16 17:09:23 2006
@@ -88,7 +88,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
AC_MSG_ERROR([SPEC 95 directory must end in 'benchspec'])
fi
else
More information about the llvm-commits
mailing list