aboutsummaryrefslogtreecommitdiff
path: root/bfd/aclocal.m4
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2003-01-24 16:50:24 +0000
committerNick Clifton <nickc@redhat.com>2003-01-24 16:50:24 +0000
commit9aa4e50515b9a9bc8c8b408cde483d47e75669a8 (patch)
tree2c6952e8c086d532eeaf832f21b69be94f8ffa6e /bfd/aclocal.m4
parent1d3b2b274b769f33e03cfa6ece84e152996b242a (diff)
downloadfsf-binutils-gdb-9aa4e50515b9a9bc8c8b408cde483d47e75669a8.zip
fsf-binutils-gdb-9aa4e50515b9a9bc8c8b408cde483d47e75669a8.tar.gz
fsf-binutils-gdb-9aa4e50515b9a9bc8c8b408cde483d47e75669a8.tar.bz2
Fix name of --enable-install-libbfd switch.
Diffstat (limited to 'bfd/aclocal.m4')
-rw-r--r--bfd/aclocal.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/aclocal.m4 b/bfd/aclocal.m4
index fd54b1b..9e739ea 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