aboutsummaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorJoe Stringer <joestringer@nicira.com>2014-04-28 13:59:25 +1200
committerJoe Stringer <joestringer@nicira.com>2014-04-29 10:19:29 +1200
commit1edc458d61d9846b743310d9dd37ad181b013e5f (patch)
tree0af66bddd6811e4905586333ca3a3ec8bfd713d5 /acinclude.m4
parenta5ed8fe32cb3c996837c61af2e358fa34dc9936f (diff)
datapath: Check for backported skb_orphan_frags().
This was causing build failures on debian wheezy. Check for the feature rather than the version. Signed-off-by: Joe Stringer <joestringer@nicira.com> Acked-by: Jesse Gross <jesse@nicira.com>
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index e6bed37c3..fdcdf4491 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -288,6 +288,7 @@ AC_DEFUN([OVS_CHECK_LINUX_COMPAT], [
OVS_GREP_IFELSE([$KSRC/include/linux/skbuff.h], [__skb_fill_page_desc])
OVS_GREP_IFELSE([$KSRC/include/linux/skbuff.h], [skb_reset_mac_len])
OVS_GREP_IFELSE([$KSRC/include/linux/skbuff.h], [skb_unclone])
+ OVS_GREP_IFELSE([$KSRC/include/linux/skbuff.h], [skb_orphan_frags])
OVS_GREP_IFELSE([$KSRC/include/linux/types.h], [bool],
[OVS_DEFINE([HAVE_BOOL_TYPE])])