Fix help string for --enable-spec2000 option
authorAlkis Evlogimenos <alkis@evlogimenos.com>
Sat, 20 Dec 2003 21:35:15 +0000 (21:35 +0000)
committerAlkis Evlogimenos <alkis@evlogimenos.com>
Sat, 20 Dec 2003 21:35:15 +0000 (21:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10564 91177308-0d34-0410-b5e6-96231b3b80d8

autoconf/configure.ac
configure

index a5f85b4835d7f97263cce5ed25644c6fdd56f347..ecabae9a9da37c4b88847afd403f57678585e873 100644 (file)
@@ -413,7 +413,7 @@ else
 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
index a03da77961daaef1d7b77de07b21bd7f9df4dd7e..6e85e3ba0a406303d0b68fa8106dba27fe3ac13f 100755 (executable)
--- a/configure
+++ b/configure
@@ -1032,7 +1032,7 @@ Optional Features:
   --disable-libtool-lock  avoid locking (might break parallel builds)
   --enable-purify         Compile with purify (default is NO)
   --enable-optimized      Compile with optimizations enabled (default is NO)
-  --enable-spec           Compile SPEC 2000 benchmarks (default is NO)
+  --enable-spec2000       Compile SPEC 2000 benchmarks (default is NO)
   --enable-precompiled_bytecode
                           Use pre-compiled bytecode (default is NO)
   --enable-llc_diffs      Enable LLC Diffs when testing (default is YES)