mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
configure: check for sys/poll.h
https://bugzilla.gnome.org/show_bug.cgi?id=667286
This commit is contained in:
parent
cb23beda4f
commit
1bf892ba02
1 changed files with 2 additions and 0 deletions
|
@ -390,6 +390,8 @@ AC_CHECK_FUNCS([poll])
|
||||||
AC_CHECK_FUNCS([ppoll])
|
AC_CHECK_FUNCS([ppoll])
|
||||||
AC_CHECK_FUNCS([pselect])
|
AC_CHECK_FUNCS([pselect])
|
||||||
|
|
||||||
|
AC_CHECK_HEADERS([sys/poll.h])
|
||||||
|
|
||||||
dnl ****************************************
|
dnl ****************************************
|
||||||
dnl *** GLib POLL* compatibility defines ***
|
dnl *** GLib POLL* compatibility defines ***
|
||||||
dnl ****************************************
|
dnl ****************************************
|
||||||
|
|
Loading…
Reference in a new issue