Fix name of --enable-install-libbfd switch.
[deliverable/binutils-gdb.git] / bfd / acinclude.m4
index 7c2902c133010eb9cd1a72c6b3a04ef86d579ebb..bf328dbafc76b175660cbc94c1552612eb52ede2 100644 (file)
@@ -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
This page took 0.027145 seconds and 4 git commands to generate.