From: Dmitry V. Levin Date: Fri, 13 May 2016 20:26:11 +0000 (+0000) Subject: configure.ac: do not check for sys/ioctl.h and ioctls.h X-Git-Tag: v4.12~161 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3cc989e7fc52a1d0be5426848361d369263e7179;p=strace configure.ac: do not check for sys/ioctl.h and ioctls.h Since sys/ioctl.h is included unconditionally when needed and ioctls.h doesn't exist, these checks are redundant. * configure.ac (AC_CHECK_HEADERS): Remove ioctls.h and sys/ioctl.h. --- diff --git a/configure.ac b/configure.ac index 7c030f89..b0758ae1 100644 --- a/configure.ac +++ b/configure.ac @@ -361,7 +361,6 @@ AC_CHECK_HEADERS(m4_normalize([ bluetooth/bluetooth.h elf.h inttypes.h - ioctls.h linux/bsg.h linux/falloc.h linux/filter.h @@ -384,7 +383,6 @@ AC_CHECK_HEADERS(m4_normalize([ sys/conf.h sys/eventfd.h sys/fanotify.h - sys/ioctl.h sys/ipc.h sys/msg.h sys/reg.h