summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBen Pfaff <blp@ovn.org>2018-10-03 15:39:32 -0700
committerBen Pfaff <blp@ovn.org>2018-10-03 16:55:55 -0700
commit64ed99ffbc4298f8a298b20f503e188b35398546 (patch)
treeee1acf70e5c0c0879beae63140ff1f871cbb31f4 /configure.ac
parent000b4a3df0b0ce1ffa2cd7f832de8042fa7c0578 (diff)
downloadopenvswitch-64ed99ffbc4298f8a298b20f503e188b35398546.tar.gz
netdev-linux: Don't include <net/if_packet.h>.
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 <armccurdy@gmail.com> Reported-at: https://github.com/openvswitch/ovs/pull/253 Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
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 <signal.h>]])