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

This commit is contained in:
Nick Clifton
2003-01-24 16:50:24 +00:00
parent 1d3b2b274b
commit 9aa4e50515
2 changed files with 5 additions and 1 deletions

2
bfd/aclocal.m4 vendored
View File

@ -139,7 +139,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