* configure.in: Fix help string for --enable-targets option.

* configure: Regenerate.
This commit is contained in:
Andreas Schwab
2006-03-30 13:35:17 +00:00
parent b761a20733
commit 9dfde49d60
3 changed files with 7 additions and 2 deletions

View File

@ -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')
;;