diff options
author | Nick Clifton <nickc@redhat.com> | 2003-05-02 08:14:52 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-05-02 08:14:52 +0000 |
commit | 8cd1ce26e51f2132de6a96eaacd87c35c7243bc4 (patch) | |
tree | bf2adc83ff8d52aa931f17e90ebd3d6d5374f0a3 /bfd/acinclude.m4 | |
parent | a9ffe64fd4a8b6573d3e5429aecea6ce8477011b (diff) | |
download | binutils-redhat-8cd1ce26e51f2132de6a96eaacd87c35c7243bc4.tar.gz |
Fix name of --enable-install-libbfd switch.
Diffstat (limited to 'bfd/acinclude.m4')
-rw-r--r-- | bfd/acinclude.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/acinclude.m4 b/bfd/acinclude.m4 index 7c2902c133..bf328dbafc 100644 --- a/bfd/acinclude.m4 +++ b/bfd/acinclude.m4 @@ -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 |