[libvirt PATCH v2 20/56] configure: add check for sys/ioctl.h

Daniel P. Berrangé berrange at redhat.com
Tue Jan 28 13:11:01 UTC 2020


We currently get the sys/ioctl.h check indirectly
via GNULIB, but this will soon stop happening.

Signed-off-by: Daniel P. Berrangé <berrange at redhat.com>
---
 configure.ac | 1 +
 1 file changed, 1 insertion(+)

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 \
-- 
2.24.1




More information about the libvir-list mailing list