X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=acinclude.m4;h=73ee5ce30eb5a48a60ce4f6fbd9e829751c84f6a;hb=14002a5984e97f0f2482acdbb445c45266e2c6a1;hp=6033bfa381a621405ee665b650fbfdab1fb904cc;hpb=9b764edf063160f3428b85cc0a1bb52bd3f51061;p=sliver-openvswitch.git diff --git a/acinclude.m4 b/acinclude.m4 index 6033bfa38..73ee5ce30 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -271,6 +271,7 @@ AC_DEFUN([OVS_CHECK_LINUX_COMPAT], [ OVS_GREP_IFELSE([$KSRC/include/net/checksum.h], [csum_replace4]) OVS_GREP_IFELSE([$KSRC/include/net/checksum.h], [csum_unfold]) + OVS_GREP_IFELSE([$KSRC/include/net/genetlink.h], [parallel_ops]) OVS_GREP_IFELSE([$KSRC/include/net/netlink.h], [NLA_NUL_STRING]) OVS_GREP_IFELSE([$KSRC/include/net/netlink.h], [nla_get_be16]) OVS_GREP_IFELSE([$KSRC/include/net/netlink.h], [nla_put_be16])