From: Tim-Philipp Müller Date: Wed, 4 Jan 2012 23:46:19 +0000 (+0000) Subject: configure: check for sys/poll.h X-Git-Tag: RELEASE-0.11.2~16^2~22 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1bf892ba0251139b15e35735aa1662ea1b82d07b;p=platform%2Fupstream%2Fgstreamer.git configure: check for sys/poll.h https://bugzilla.gnome.org/show_bug.cgi?id=667286 --- diff --git a/configure.ac b/configure.ac index 76900de..7a4d052 100644 --- a/configure.ac +++ b/configure.ac @@ -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 ****************************************