acinclude: Add OVS_FIND_PARAM_IFELSE.
authorJarno Rajahalme <jarno@ovn.org>
Tue, 21 Jun 2016 01:51:06 +0000 (18:51 -0700)
committerJarno Rajahalme <jarno@ovn.org>
Tue, 21 Jun 2016 01:51:06 +0000 (18:51 -0700)
commit71ce9eddafef87952fcdfb65a3d998c67fcd7901
treeb25679115dd604e28ff77e6a63c1f520eae224f9
parent420c73b20bb4d70e1451417cebbca9eb672f5241
acinclude: Add OVS_FIND_PARAM_IFELSE.

OVS_FIND_PARAM_IFELSE is more robust macro for checking function
parameters, as it does not require the parameter to be on the same
line as the function name like the OVS_GREP_IFELSE does.

Use this to fix the check for struct conntrack_zone parameter, which
is on a different line on Linux 4.3 and higher.

Signed-off-by: Jarno Rajahalme <jarno@ovn.org>
Acked-by: Jesse Gross <jesse@kernel.org>
acinclude.m4