Patch from David Mosberger.
[deliverable/binutils-gdb.git] / bfd / aclocal.m4
index b6dfcbe31d0caf682f605a75548e7f829fb85ae0..9e739ea7737c5d8364700c2abbbc13024f168483 100644 (file)
@@ -139,9 +139,9 @@ 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}" -o "$enable_shared" = "yes"; then
+      if test "${host}" = "${target}" || test "$enable_shared" = "yes"; then
         install_libbfd_p=yes
       else
         install_libbfd_p=no
This page took 0.022551 seconds and 4 git commands to generate.