From 56bf43ede6ef0bfc3e9c6a45df97715b9ddecf5a Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Fri, 24 Jan 2003 16:50:24 +0000 Subject: Fix name of --enable-install-libbfd switch. --- bfd/aclocal.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bfd/aclocal.m4') diff --git a/bfd/aclocal.m4 b/bfd/aclocal.m4 index fd54b1b007..9e739ea773 100644 --- a/bfd/aclocal.m4 +++ b/bfd/aclocal.m4 @@ -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 -- cgit v1.2.1