configure: check for sys/poll.h
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 4 Jan 2012 23:46:19 +0000 (23:46 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 4 Jan 2012 23:46:19 +0000 (23:46 +0000)
https://bugzilla.gnome.org/show_bug.cgi?id=667286

configure.ac

index 76900de..7a4d052 100644 (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 ****************************************