Fixed a typo.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29010 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Evan Cheng 2006-07-06 07:46:33 +00:00
parent 152ed05353
commit 939ea65b5a
2 changed files with 2 additions and 2 deletions

View File

@ -282,7 +282,7 @@ AC_DEFINE_UNQUOTED([ENABLE_THREADS],$ENABLE_THREADS,[Define if threads enabled])
dnl Allow specific targets to be specified for building (or not)
TARGETS_TO_BUILD=""
AC_ARG_ENABLE([targets],AS_HELP_STRING([--enable-target],
AC_ARG_ENABLE([targets],AS_HELP_STRING([--enable-targets],
[Build specific host targets: all,host-only,{target-name} (default=all)]),,
enableval=all)
case "$enableval" in

2
configure vendored
View File

@ -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]