[llvm-commits] CVS: llvm/autoconf/configure.ac

Evan Cheng evan.cheng at apple.com
Thu Jul 6 00:46:02 PDT 2006



Changes in directory llvm/autoconf:

configure.ac updated: 1.236 -> 1.237
---
Log message:

Fixed a typo.

---
Diffs of the changes:  (+1 -1)

 configure.ac |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/autoconf/configure.ac
diff -u llvm/autoconf/configure.ac:1.236 llvm/autoconf/configure.ac:1.237
--- llvm/autoconf/configure.ac:1.236	Tue Jun 20 17:16:32 2006
+++ llvm/autoconf/configure.ac	Thu Jul  6 02:45:49 2006
@@ -282,7 +282,7 @@
 
 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






More information about the llvm-commits mailing list