diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2006-03-30 13:35:17 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2006-03-30 13:35:17 +0000 |
commit | 9dfde49d606356666ab9d98fe42434cd87a5cf1e (patch) | |
tree | de286fa025e48c7f8dd345e497a4b87aa842e7e6 /gas/configure.in | |
parent | b761a20733d1ddd57f42fefcc2e3aa272440dce7 (diff) | |
download | gdb-9dfde49d606356666ab9d98fe42434cd87a5cf1e.zip gdb-9dfde49d606356666ab9d98fe42434cd87a5cf1e.tar.gz 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.in | 2 |
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') ;; |