Skip to content

build/aclocal.float.m4: detect 'strings' with AC_CHECK_TOOL

Sergei Trofimovich requested to merge trofi/cairo:master into master

This way all binutils tools are detected with $CHOST prefix if exist. And strings is allowed to be substituted with STRINGS environment override, so 'llvm-strings' (or other) alternative can be used.

Bug: https://bugs.gentoo.org/726200 Signed-off-by: Sergei Trofimovich slyfox@gentoo.org

Merge request reports