]> granicus.if.org Git - strace/commitdiff
configure.ac: do not check for sys/ioctl.h and ioctls.h
authorDmitry V. Levin <ldv@altlinux.org>
Fri, 13 May 2016 20:26:11 +0000 (20:26 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Fri, 13 May 2016 22:09:40 +0000 (22:09 +0000)
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

index 7c030f890aae34e7f8b784ef50e60fbc8e49ff24..b0758ae167b8f05471e57be10399450adecad632 100644 (file)
@@ -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