Changes in directory llvm-test/autoconf:
configure.ac updated: 1.34 -> 1.35 --- Log message: One more time, just for fun. --- 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.34 llvm-test/autoconf/configure.ac:1.35 --- llvm-test/autoconf/configure.ac:1.34 Tue Aug 15 01:39:42 2006 +++ llvm-test/autoconf/configure.ac Tue Aug 15 01:53:55 2006 @@ -79,7 +79,7 @@ dnl Check that the paths of provided external benchmark dirs make sense if test -n "$SPEC2000_ROOT" ; then if test -d "$SPEC2000_ROOT" ; then - if test `basename '$SPEC2000_ROOT'` != "benchspec"; then + if test `basename "$SPEC2000_ROOT"` != "benchspec"; then AC_MSG_ERROR([SPEC 2000 directory must end in 'benchspec']) fi else _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits