configure: Remove the obsolete check for ifaddrs.h
commit5a42999b1f982873f32c02e7f712a2bd89135cc6
authorThomas Huth <thuth@redhat.com>
Wed, 18 Nov 2020 17:10:47 +0000 (18 18:10 +0100)
committerLaurent Vivier <laurent@vivier.eu>
Sun, 13 Dec 2020 22:56:16 +0000 (13 23:56 +0100)
tree76a99576d6fbba69d0b580e4f502ee514f765683
parent94237657af9ac7af6bc9fa0c5d9f0af1a39adb45
configure: Remove the obsolete check for ifaddrs.h

The code that used HAVE_IFADDRS_H has been removed in commit
0a27af918b ("io: use bind() to check for IPv4/6 availability"),
so we don't need this check in the configure script anymore.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20201118171052.308191-2-thuth@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
configure