Fix readelf configuration

Co-authored-by: str4d <thestr4d@gmail.com>
This commit is contained in:
Dimitris Apostolou 2020-12-04 20:48:26 +02:00 committed by GitHub
parent 21bfa3a0e1
commit 307dd8837f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 6 deletions

View File

@ -106,12 +106,7 @@ AC_PATH_PROG(CCACHE,ccache)
dnl This one is not currently used anywhere, thus not required:
AC_PATH_PROG(XGETTEXT,xgettext)
ZC_REQUIRE_PROG(HEXDUMP,hexdump)
dnl readelf is Linux only
if test x$TARGET_OS = xlinux; then
ZC_REQUIRE_TOOL(READELF,readelf)
fi
AC_PATH_PROG(READELF,readelf)
ZC_REQUIRE_TOOL(CPPFILT,c++filt)
AC_ARG_ENABLE([online-rust],