[ethtool] 10/16: configure.ac: Remove feature test for <sys/ioctl.h>

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Thu Jun 30 15:24:57 UTC 2016


This is an automated email from the git hooks/post-receive script.

benh pushed a commit to branch master
in repository ethtool.

commit d9df428ef4e8dbee1a30a0c7b3f9a660aa2b2874
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Sun Jun 26 17:08:18 2016 +0200

    configure.ac: Remove feature test for <sys/ioctl.h>
    
    <sys/ioctl.h> has been a hard dependency for as back as git history
    goes (2005, shortly after version 3).
    
    Signed-off-by: Ben Hutchings <ben at decadent.org.uk>
---
 configure.ac | 1 -
 1 file changed, 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 3105415..6ebffed 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,6 @@ AM_PROG_CC_C_O
 dnl Checks for libraries.
 
 dnl Checks for header files.
-AC_CHECK_HEADERS(sys/ioctl.h)
 
 dnl Checks for typedefs, structures, and compiler characteristics.
 AC_MSG_CHECKING([whether <linux/types.h> defines big-endian types])

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/ethtool.git



More information about the Kernel-svn-changes mailing list