aboutsummaryrefslogtreecommitdiff
path: root/bfd/acinclude.m4
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2003-05-02 08:14:52 +0000
committerNick Clifton <nickc@redhat.com>2003-05-02 08:14:52 +0000
commitc5d1701eae1fbf5432043ecaa3fdd57f8b9e100b (patch)
tree8da0d48153adb06e625aed6b5c45c234e9d65982 /bfd/acinclude.m4
parent4d8728e16bbf71f8e4b6f94f30e2512bda21fce9 (diff)
downloadfsf-binutils-gdb-c5d1701eae1fbf5432043ecaa3fdd57f8b9e100b.zip
fsf-binutils-gdb-c5d1701eae1fbf5432043ecaa3fdd57f8b9e100b.tar.gz
fsf-binutils-gdb-c5d1701eae1fbf5432043ecaa3fdd57f8b9e100b.tar.bz2
Fix name of --enable-install-libbfd switch.
Diffstat (limited to 'bfd/acinclude.m4')
-rw-r--r--bfd/acinclude.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/acinclude.m4 b/bfd/acinclude.m4
index 7c2902c..bf328db 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