[PATCH wayland] build: Add declaration checks to check for required syscall flags

2013-06-04 Thread Rob Bradford
From: Rob Bradford r...@linux.intel.com The required flags are relatively new and some older enterprise distributions do not feature them. https://bugs.freedesktop.org/show_bug.cgi?id=63360 --- configure.ac | 11 +++ 1 file changed, 11 insertions(+) diff --git a/configure.ac

Re: [PATCH wayland] build: Add declaration checks to check for required syscall flags

2013-06-04 Thread Kristian Høgsberg
On Tue, Jun 04, 2013 at 01:27:49PM +0100, Rob Bradford wrote: From: Rob Bradford r...@linux.intel.com The required flags are relatively new and some older enterprise distributions do not feature them. Applied with TFD_CLOEXEC fixup as the other patch, thanks. Kristian