From 914465d688bb54fb18f723475f97f797d4cf0adb Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Tue, 18 Feb 2020 14:32:49 -0800 Subject: Don't check for ethtool.h. We require Linux 2.6.27 or later, and that has ethtool.h. --- cmakeconfig.h.in | 3 --- 1 file changed, 3 deletions(-) (limited to 'cmakeconfig.h.in') diff --git a/cmakeconfig.h.in b/cmakeconfig.h.in index 40902b96..0d7cd6f6 100644 --- a/cmakeconfig.h.in +++ b/cmakeconfig.h.in @@ -87,9 +87,6 @@ /* Define to 1 if you have the header file. */ #cmakedefine HAVE_LINUX_COMPILER_H 1 -/* Define to 1 if you have the header file. */ -#cmakedefine HAVE_LINUX_ETHTOOL_H 1 - /* define if we have the Linux getnetbyname_r() */ #cmakedefine HAVE_LINUX_GETNETBYNAME_R 1 -- cgit v1.2.1