[libvirt] [PATCH 5/7] configure: remove check for poll.h

Ján Tomko jtomko at redhat.com
Tue Sep 25 15:23:48 UTC 2018


Introduced by:
commit b38d045dea41ea1fb41e546e61388116eddb6b3c
    Remove use of sys/poll.h on mingw

Made redundant by:
  commit 0c97e70b74434b4baca9bbfc19c14bf7ff2ef304
    Update event loop example programs to demonstrate best practice

Signed-off-by: Ján Tomko <jtomko at redhat.com>
---
 configure.ac | 1 -
 1 file changed, 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 8e77a1c9d2..4993013daa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -363,7 +363,6 @@ AC_CHECK_HEADERS([\
   stdarg.h \
   syslog.h \
   sys/mount.h \
-  sys/poll.h \
   sys/syscall.h \
   sys/sysctl.h \
   sys/ucred.h \
-- 
2.16.4




More information about the libvir-list mailing list