Skip to content

Commit a0e2a31

Browse files
committed
build: Drop redundant checks for ranlib and strip tools
These checks are handled by the `LT_INIT` macro.
1 parent 1ad5d50 commit a0e2a31

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

configure.ac

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,6 @@ LT_INIT([pic-only win32-dll])
108108

109109
dnl Check/return PATH for base programs.
110110
AC_PATH_TOOL([AR], [ar])
111-
AC_PATH_TOOL([RANLIB], [ranlib])
112-
AC_PATH_TOOL([STRIP], [strip])
113111
AC_PATH_TOOL([GCOV], [gcov])
114112
AC_PATH_TOOL([LLVM_COV], [llvm-cov])
115113
AC_PATH_PROG([LCOV], [lcov])

0 commit comments

Comments
 (0)