Auto merge of #4882 - rex4539:fix-readelf, r=daira

readelf is Linux only

Fixes https://github.com/zcash/zcash/issues/4875.
This commit is contained in:
Homu 2020-12-05 14:31:11 +00:00
commit 7dbd969b14
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +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)
ZC_REQUIRE_TOOL(READELF,readelf)
AC_PATH_PROG(READELF,readelf)
ZC_REQUIRE_TOOL(CPPFILT,c++filt)
AC_ARG_ENABLE([online-rust],