X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=acinclude.m4;h=73ee5ce30eb5a48a60ce4f6fbd9e829751c84f6a;hb=77d14d9c7f9ce7245eff56aacd420646577892d0;hp=6033bfa381a621405ee665b650fbfdab1fb904cc;hpb=8a8cd0acd09763f5edca6506bb286447c5776778;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])