configure: check for sys/poll.h

https://bugzilla.gnome.org/show_bug.cgi?id=667286
This commit is contained in:
Tim-Philipp Müller 2012-01-04 23:46:19 +00:00
parent cb23beda4f
commit 1bf892ba02

View file

@ -390,6 +390,8 @@ AC_CHECK_FUNCS([poll])
AC_CHECK_FUNCS([ppoll])
AC_CHECK_FUNCS([pselect])
AC_CHECK_HEADERS([sys/poll.h])
dnl ****************************************
dnl *** GLib POLL* compatibility defines ***
dnl ****************************************