commit: b087be7d9f90662e45f803a7d6a4fa8cbb2def5c Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Tue Nov 17 07:51:27 2020 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Thu Mar 11 08:02:57 2021 +0000 URL: https://gitweb.gentoo.org/proj/sandbox.git/commit/?id=b087be7d
configure.ac: use tool-prefixed READELF Reported-by: Alexey Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org> configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index c536100..d0f46e2 100644 --- a/configure.ac +++ b/configure.ac @@ -31,7 +31,7 @@ AC_PROG_INSTALL AC_PROG_MAKE_SET AC_PROG_AWK AC_PROG_EGREP -AC_CHECK_PROGS([READELF], [readelf eu-readelf], [false]) +AC_CHECK_TOOLS([READELF], [readelf eu-readelf], [false]) AM_MISSING_PROG([AUTOM4TE], [autom4te]) LT_INIT([disable-static])
