aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2022-03-14 18:46:07 +0100
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2022-05-05 10:40:54 +0200
commita0e2a3133a191de674a733023e3976bf89b5119f (patch)
tree0e94aa08e5297a62662ae4f1c6ac1e504a95085c /configure.ac
parent1ad5d5088d69939b0551de31d6c33c03153697c5 (diff)
downloadbitcoin-a0e2a3133a191de674a733023e3976bf89b5119f.tar.xz
build: Drop redundant checks for ranlib and strip tools
These checks are handled by the `LT_INIT` macro.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index a671d31f30..0539826edf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -108,8 +108,6 @@ LT_INIT([pic-only win32-dll])
dnl Check/return PATH for base programs.
AC_PATH_TOOL([AR], [ar])
-AC_PATH_TOOL([RANLIB], [ranlib])
-AC_PATH_TOOL([STRIP], [strip])
AC_PATH_TOOL([GCOV], [gcov])
AC_PATH_TOOL([LLVM_COV], [llvm-cov])
AC_PATH_PROG([LCOV], [lcov])