Fix name of --enable-install-libbfd switch.

This commit is contained in:
Nick Clifton
2003-05-02 08:14:52 +00:00
parent 4d8728e16b
commit c5d1701eae
5 changed files with 525 additions and 478 deletions

View File

@ -127,7 +127,7 @@ AC_SUBST(INTLLIBS)
AC_DEFUN([AM_INSTALL_LIBBFD],
[AC_MSG_CHECKING([whether to install libbfd])
AC_ARG_ENABLE(install-libbfd,
[ --install-libbfd controls installation of libbfd and related headers],
[ --enable-install-libbfd controls installation of libbfd and related headers],
install_libbfd_p=$enableval,
if test "${host}" = "${target}" || test "$enable_shared" = "yes"; then
install_libbfd_p=yes