aboutsummaryrefslogtreecommitdiff
path: root/gas/configure.in
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2006-03-30 13:35:17 +0000
committerAndreas Schwab <schwab@linux-m68k.org>2006-03-30 13:35:17 +0000
commit9dfde49d606356666ab9d98fe42434cd87a5cf1e (patch)
treede286fa025e48c7f8dd345e497a4b87aa842e7e6 /gas/configure.in
parentb761a20733d1ddd57f42fefcc2e3aa272440dce7 (diff)
downloadfsf-binutils-gdb-9dfde49d606356666ab9d98fe42434cd87a5cf1e.zip
fsf-binutils-gdb-9dfde49d606356666ab9d98fe42434cd87a5cf1e.tar.gz
fsf-binutils-gdb-9dfde49d606356666ab9d98fe42434cd87a5cf1e.tar.bz2
* configure.in: Fix help string for --enable-targets option.
* configure: Regenerate.
Diffstat (limited to 'gas/configure.in')
-rw-r--r--gas/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/configure.in b/gas/configure.in
index f7a75cd..3ced026 100644
--- a/gas/configure.in
+++ b/gas/configure.in
@@ -23,7 +23,7 @@ AM_INIT_AUTOMAKE(gas, ${BFD_VERSION})
AM_PROG_LIBTOOL
AC_ARG_ENABLE(targets,
-[ targets alternative target configurations besides the primary],
+[ --enable-targets alternative target configurations besides the primary],
[case "${enableval}" in
yes | "") AC_ERROR(enable-targets option must specify target names or 'all')
;;