From 939ea65b5a283b56c37e5f3db34acbc10226a067 Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Thu, 6 Jul 2006 07:46:33 +0000 Subject: Fixed a typo. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29010 91177308-0d34-0410-b5e6-96231b3b80d8 --- autoconf/configure.ac | 2 +- configure | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/autoconf/configure.ac b/autoconf/configure.ac index 690f18a..4a276aa 100644 --- a/autoconf/configure.ac +++ b/autoconf/configure.ac @@ -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 diff --git a/configure b/configure index 5c556cd..d0998c2 100755 --- a/configure +++ b/configure @@ -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] -- cgit v1.1