From 64ed99ffbc4298f8a298b20f503e188b35398546 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Wed, 3 Oct 2018 15:39:32 -0700 Subject: netdev-linux: Don't include . This header only defines sockaddr_pkt, which this source file doesn't use. This was the only user of net/if_packet.h, so also remove the configure-time test for it (which netdev-linux wasn't using anyway). Reported-by: Andre McCurdy Reported-at: https://github.com/openvswitch/ovs/pull/253 Signed-off-by: Ben Pfaff --- configure.ac | 1 - 1 file changed, 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index aa92b151a..2b3800310 100644 --- a/configure.ac +++ b/configure.ac @@ -96,7 +96,6 @@ OVS_CHECK_PYTHON OVS_CHECK_FLAKE8 OVS_CHECK_SPHINX OVS_CHECK_DOT -OVS_CHECK_IF_PACKET OVS_CHECK_IF_DL OVS_CHECK_STRTOK_R AC_CHECK_DECLS([sys_siglist], [], [], [[#include ]]) -- cgit v1.2.1