From: Guillem Jover Date: Sun, 23 Jan 2022 17:54:33 +0000 (+0100) Subject: build: Check for objdump explicitly X-Git-Tag: 0.11.5~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2975d809a016301420e7cbfdc7ea3b7d22a40969;p=thirdparty%2Flibbsd.git build: Check for objdump explicitly We should not assume that something will implicitly check for this tool, as we need it ourselves, and this is an internal implementation detail of right now libtool. Fixes: commit f11ab6722367f1cf62704ed3c827b9b68dcb5397 --- diff --git a/configure.ac b/configure.ac index 6ef6bc8..b26b3db 100644 --- a/configure.ac +++ b/configure.ac @@ -47,6 +47,7 @@ AM_CONDITIONAL([HAVE_LINKER_VERSION_SCRIPT], [test "x$libbsd_cv_version_script" = "xyes"]) # Checks for programs. +AC_CHECK_TOOL([OBJDUMP], [objdump]) AC_PROG_CC AC_PROG_SED AC_PROG_INSTALL