From cf4a1d8d4d122c347cf5e7d7e7178451b052d694 Mon Sep 17 00:00:00 2001 From: Neil Horman Date: Tue, 11 Oct 2011 11:26:58 -0400 Subject: [PATCH] Remove extraneous header file checks ethtool.h and sockios.h are no longer needed after the re-work Signed-off-by: Neil Horman Suggested-by: Petr Holasek --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index fd0385f..b490cd0 100644 --- a/configure.ac +++ b/configure.ac @@ -51,7 +51,6 @@ AC_PROG_AWK echo . echo Checking for header files AC_HEADER_STDC -AC_CHECK_HEADERS(linux/ethtool.h linux/sockios.h, [], []) AC_CHECK_FUNCS(getopt_long)