From 2975d809a016301420e7cbfdc7ea3b7d22a40969 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Sun, 23 Jan 2022 18:54:33 +0100 Subject: [PATCH] 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 --- configure.ac | 1 + 1 file changed, 1 insertion(+) 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