diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-11-17 07:51:27 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2021-03-11 08:02:57 +0000 |
commit | b087be7d9f90662e45f803a7d6a4fa8cbb2def5c (patch) | |
tree | 443042f27b6ba9411c2522af174252e6010288db /configure.ac | |
parent | etc/sandbox.conf: allow /usr/tmp/ for write (diff) | |
download | sandbox-b087be7d9f90662e45f803a7d6a4fa8cbb2def5c.tar.gz sandbox-b087be7d9f90662e45f803a7d6a4fa8cbb2def5c.tar.bz2 sandbox-b087be7d9f90662e45f803a7d6a4fa8cbb2def5c.zip |
configure.ac: use tool-prefixed READELF
Reported-by: Alexey
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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]) |