[llvm-commits] CVS: llvm/autoconf/configure.ac
Alkis Evlogimenos
alkis at cs.uiuc.edu
Sat Dec 20 15:36:11 PST 2003
Changes in directory llvm/autoconf:
configure.ac updated: 1.62 -> 1.63
---
Log message:
Fix help string for --enable-spec2000 option
---
Diffs of the changes: (+1 -1)
Index: llvm/autoconf/configure.ac
diff -u llvm/autoconf/configure.ac:1.62 llvm/autoconf/configure.ac:1.63
--- llvm/autoconf/configure.ac:1.62 Thu Dec 18 10:41:17 2003
+++ llvm/autoconf/configure.ac Sat Dec 20 15:35:15 2003
@@ -413,7 +413,7 @@
fi
dnl Spec Benchmarks
-AC_ARG_ENABLE(spec2000,AC_HELP_STRING([--enable-spec],[Compile SPEC 2000 benchmarks (default is NO)]),,enableval=no)
+AC_ARG_ENABLE(spec2000,AC_HELP_STRING([--enable-spec2000],[Compile SPEC 2000 benchmarks (default is NO)]),,enableval=no)
if test ${enableval} = "no"
then
if test -d /home/vadve/shared/benchmarks/speccpu2000/benchspec
More information about the llvm-commits
mailing list