From: Ben Hutchings <ben@decadent.org.uk>
To: netdev@vger.kernel.org
Subject: [PATCH ethtool 1/2] configure.ac: Remove feature test for <sys/ioctl.h>
Date: Sun, 26 Jun 2016 16:47:47 +0100 [thread overview]
Message-ID: <20160626154747.GD7555@decadent.org.uk> (raw)
[-- Attachment #1: Type: text/plain, Size: 708 bytes --]
<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@decadent.org.uk>
---
I spotted this while reviewing David Decotigny's patch to use netlink
sockets.
Ben.
configure.ac | 1 -
1 file changed, 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 3105415be026..6ebffedc9f5b 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])
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 811 bytes --]
reply other threads:[~2016-06-26 15:47 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160626154747.GD7555@decadent.org.uk \
--to=ben@decadent.org.uk \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).