build: Drop redundant checks for ranlib and strip tools

These checks are handled by the `LT_INIT` macro.
This commit is contained in:
Hennadii Stepanov 2022-03-14 18:46:07 +01:00
parent 1ad5d5088d
commit a0e2a3133a
No known key found for this signature in database
GPG Key ID: 410108112E7EA81F

View File

@ -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])