From 3cc989e7fc52a1d0be5426848361d369263e7179 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Fri, 13 May 2016 20:26:11 +0000 Subject: [PATCH] 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. --- configure.ac | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.40.0