]> granicus.if.org Git - strace/commit
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)
commit3cc989e7fc52a1d0be5426848361d369263e7179
tree30706b81ef480e6f30b3e0d28e7548fc2242d46d
parentdeff569f4122fe80f7afe7b2bdb232db6105a848
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