commit | 575b22b1b7a843f34f52ebc9c00fb1c967258912 | [log] [tgz] |
---|---|---|
author | Laurent Vivier <laurent@vivier.eu> | Thu Jun 02 22:14:15 2016 +0200 |
committer | Riku Voipio <riku.voipio@linaro.org> | Tue Jun 07 11:39:00 2016 +0300 |
tree | a87a147ccb4f5d86105dc79003bb4a2df3b00bc4 | |
parent | 5ce9bb5937aa549efb0f93ee78a06ce8bded0d50 [diff] |
linux-user: check if NETLINK_ROUTE is available Some IFLA_* symbols can be missing in the host linux/if_link.h, but as they are enums and not "#defines", check in "configure" if last known (IFLA_PROTO_DOWN) is available and if not, disable management of NETLINK_ROUTE protocol. Signed-off-by: Laurent Vivier <laurent@vivier.eu> Signed-off-by: Riku Voipio <riku.voipio@linaro.org>