summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDjalal Harouni <tixxdz@opendz.org>2015-02-13 23:39:13 +0100
committerTom Gundersen <teg@jklm.no>2015-02-14 00:17:47 +0100
commit84dd59b51c0db34f0334e90a5da2a45abcc9a52a (patch)
treef449c4833dcccb15820e412f121526ad369eebad /configure.ac
parente7337bae09c2e22a42a2a9c8cdda0cd6cf42428e (diff)
sd-rtnl: add missing IFLA_INET6_ADDR_GEN_MODE definition
Add missing IFLA_INET6_ADDR_GEN_MODE definition so we can build with kernel headers < 3.17
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 684c7938b5..97a29d63fd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -323,7 +323,8 @@ AC_CHECK_DECLS([gettid, pivot_root, name_to_handle_at, setns, getrandom, renamea
#include <linux/random.h>
]])
-AC_CHECK_DECLS([IFLA_MACVLAN_FLAGS,
+AC_CHECK_DECLS([IFLA_INET6_ADDR_GEN_MODE,
+ IFLA_MACVLAN_FLAGS,
IFLA_IPVLAN_MODE,
IFLA_VTI_REMOTE,
IFLA_PHYS_PORT_ID,