]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
configure: remove check for poll.h
authorJán Tomko <jtomko@redhat.com>
Tue, 25 Sep 2018 15:01:03 +0000 (17:01 +0200)
committerJán Tomko <jtomko@redhat.com>
Mon, 1 Oct 2018 15:44:09 +0000 (17:44 +0200)
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@redhat.com>
Reviewed-by: Erik Skultety <eskultet@redhat.com>
configure.ac

index 3d62a02dc62b117bcbd71f688b65557e517a1c52..28a255a53fd620b68876e4365db237f23f7f9fb9 100644 (file)
@@ -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 \