mirror of
https://github.com/bitcoin/bitcoin.git
synced 2024-11-19 18:09:47 +01:00
build: Drop redundant checks for ranlib and strip tools
These checks are handled by the `LT_INIT` macro.
This commit is contained in:
parent
1ad5d5088d
commit
a0e2a3133a
@ -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])
|
||||
|
Loading…
Reference in New Issue
Block a user