[0.11] gstreamer: configure: check for sys/poll.h
Sebastian Dröge
slomo at kemper.freedesktop.org
Tue Jan 10 04:03:27 PST 2012
Module: gstreamer
Branch: 0.11
Commit: 1bf892ba0251139b15e35735aa1662ea1b82d07b
URL: http://cgit.freedesktop.org/gstreamer/gstreamer/commit/?id=1bf892ba0251139b15e35735aa1662ea1b82d07b
Author: Tim-Philipp Müller <tim.muller at collabora.co.uk>
Date: Wed Jan 4 23:46:19 2012 +0000
configure: check for sys/poll.h
https://bugzilla.gnome.org/show_bug.cgi?id=667286
---
configure.ac | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
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 ****************************************
More information about the gstreamer-commits
mailing list