Remove extraneous header file checks

ethtool.h and sockios.h are no longer needed after the re-work

Signed-off-by: Neil Horman <nhorman@tuxdriver.com>
Suggested-by: Petr Holasek <pholasek@redhat.com>
This commit is contained in:
Neil Horman 2011-10-11 11:26:58 -04:00
parent c4b8403e23
commit cf4a1d8d4d

View file

@ -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)