From: Daniel P. Berrangé Date: Fri, 17 Jan 2020 16:24:26 +0000 (+0000) Subject: configure: add check for sys/ioctl.h X-Git-Tag: v6.1.0-rc1~333 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf308f13dbdd2b74bef56d036bf69ab60cf153db;p=thirdparty%2Flibvirt.git configure: add check for sys/ioctl.h We currently get the sys/ioctl.h check indirectly via GNULIB, but this will soon stop happening. Reviewed-by: Pavel Hrdina Signed-off-by: Daniel P. Berrangé --- diff --git a/configure.ac b/configure.ac index 75df326795..2cd0e7dcee 100644 --- a/configure.ac +++ b/configure.ac @@ -386,6 +386,7 @@ AC_CHECK_HEADERS([\ pwd.h \ stdarg.h \ syslog.h \ + sys/ioctl.h \ sys/mount.h \ sys/syscall.h \ sys/sysctl.h \