From 1bf892ba0251139b15e35735aa1662ea1b82d07b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Wed, 4 Jan 2012 23:46:19 +0000 Subject: [PATCH] configure: check for sys/poll.h https://bugzilla.gnome.org/show_bug.cgi?id=667286 --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) 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 **************************************** -- 2.7.4