diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2016-11-10 17:09:44 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-10 17:09:44 -0500 |
commit | 4553df9fd7efdca00ce54ec195b61a019b67a6e7 (patch) | |
tree | 10d891b4c09428ed93db2f51fcb05950fe285200 /configure.ac | |
parent | a649c9576eedd00635345524430d771cbda521f6 (diff) | |
parent | a39f92d391ac1ce06b3618874ff4211ecb11f549 (diff) |
Merge pull request #4104 from ssahani/ethtool_xlink_settings
Link: port to new ethtool ETHTOOL_xLINKSETTINGS
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 7f6b3b937c..6423204178 100644 --- a/configure.ac +++ b/configure.ac @@ -319,9 +319,10 @@ AC_CHECK_DECLS([ #include <linux/random.h> ]]) -AC_CHECK_TYPES([char16_t, char32_t, key_serial_t], +AC_CHECK_TYPES([char16_t, char32_t, key_serial_t, struct ethtool_link_settings], [], [], [[ #include <uchar.h> +#include <linux/ethtool.h> ]]) AC_CHECK_DECLS([IFLA_INET6_ADDR_GEN_MODE, |