]> git.ipfire.org Git - thirdparty/libtool.git/commit
m4/libtool.m4: Fixed AC_CHECK_PROG call
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 4 Jun 2024 17:34:16 +0000 (20:34 +0300)
committerIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Wed, 5 Jun 2024 17:25:58 +0000 (20:25 +0300)
commit9a4a02615c9e7cbcfd690ed31874822a7d6aaea2
tree6bce403b0e31dd486a66559f889d4d6e1b8717f2
parentd5769d0d39a0151da41fe19cc6bcc12f9b24f3f4
m4/libtool.m4: Fixed AC_CHECK_PROG call

AC_CHECK_TOOL was changed to AC_CHECK_PROG however the arguments are
different and this result is a value of ":". Change this to match the
original intent.

The lack of FILECMD was causing failures for mips64 builds as -m elf was
being passed to LD which isn't supported on our targets.
m4/libtool.m4