diff options
author | Duncan Sands <baldrick@free.fr> | 2009-05-13 13:13:18 +0000 |
---|---|---|
committer | Duncan Sands <baldrick@free.fr> | 2009-05-13 13:13:18 +0000 |
commit | e4eb2d2b57365bb643ee4d1c8ebf28bb214f6ff2 (patch) | |
tree | 33762a986b1d3ebe8a85cbcc45a256219f0df37a | |
parent | 18395d2c3d03115a6b6f1496274304fc95f6178e (diff) |
Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71656 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | autoconf/configure.ac | 2 | ||||
-rwxr-xr-x | configure | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac index cebdc80182..1e04b8c246 100644 --- a/autoconf/configure.ac +++ b/autoconf/configure.ac @@ -495,7 +495,7 @@ fi dnl Specify extra build options AC_ARG_WITH(extra-options, AS_HELP_STRING([--with-extra-options], - [Specify addtional options to compile LLVM with]),, + [Specify additional options to compile LLVM with]),, withval=default) case "$withval" in default) EXTRA_OPTIONS= ;; @@ -1569,7 +1569,7 @@ Optional Packages: searches PATH) --with-llvmgxx Specify location of llvm-g++ driver (default searches PATH) - --with-extra-options Specify addtional options to compile LLVM with + --with-extra-options Specify additional options to compile LLVM with --with-ocaml-libdir Specify install location for ocaml bindings (default is stdlib) --with-binutils-include Specify path to binutils/include/ containing |