]> git.ipfire.org Git - thirdparty/iproute2.git/commit
configure: add check_libtirpc()
authorAndrea Claudi <aclaudi@redhat.com>
Wed, 16 Mar 2022 18:52:13 +0000 (19:52 +0100)
committerDavid Ahern <dsahern@kernel.org>
Thu, 24 Mar 2022 03:24:18 +0000 (21:24 -0600)
commit1ee309a49aa071c247d1fecb2b4d736284a714fc
treee7a70cca3bbe81faaf5ee84b66f2853339bb7e2e
parent418481002fdc76a3b7caa17dc21b94cf1c4ff1c1
configure: add check_libtirpc()

This patch adds a configure function to check if libtirpc is installed
on the build system. If this is the case, it makes iproute2 to compile
with libtirpc support.

Signed-off-by: Andrea Claudi <aclaudi@redhat.com>
Signed-off-by: David Ahern <dsahern@kernel.org>
configure