diff options
author | Evan Cheng <evan.cheng@apple.com> | 2006-07-06 07:46:33 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2006-07-06 07:46:33 +0000 |
commit | 939ea65b5a283b56c37e5f3db34acbc10226a067 (patch) | |
tree | 6020f06ba65fc602b6195a928466e76a9cd031a5 /configure | |
parent | 152ed053533b26194362994398c0ffad7e1c4109 (diff) | |
download | external_llvm-939ea65b5a283b56c37e5f3db34acbc10226a067.zip external_llvm-939ea65b5a283b56c37e5f3db34acbc10226a067.tar.gz external_llvm-939ea65b5a283b56c37e5f3db34acbc10226a067.tar.bz2 |
Fixed a typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29010 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1041,7 +1041,7 @@ Optional Features: --enable-jit Enable Just In Time Compiling (default is YES) --enable-doxygen Build doxygen documentation (default is NO) --enable-threads Use threads if available (default is YES) - --enable-target Build specific host targets: + --enable-targets Build specific host targets: all,host-only,{target-name} (default=all) --enable-ltdl-install install libltdl --enable-shared[=PKGS] |