Re: [PATCH] autoconf: Fix detection of sync_file_range.

2010-04-16 Thread Gregory Farnum
Thanks! This is pushed into unstable now. :) On Fri, Apr 16, 2010 at 3:25 PM, Jim Schutt wrote: > Without this patch, on CentOS 5.4 ./configure reports that > sync_file_range is missing, but HAVE_SYNC_FILE_RANGE ends > up being defined in src/acconfig.h anyway. > > Compile tested on CentOS 5.4 (w

[PATCH] autoconf: Fix detection of sync_file_range.

2010-04-16 Thread Jim Schutt
Without this patch, on CentOS 5.4 ./configure reports that sync_file_range is missing, but HAVE_SYNC_FILE_RANGE ends up being defined in src/acconfig.h anyway. Compile tested on CentOS 5.4 (which does not have sync_file_range(2) in distro glibc) and Fedora 11 (which does). Signed-off-by: Jim Schu