summaryrefslogtreecommitdiff
path: root/build_posix/configure.ac.in
diff options
context:
space:
mode:
Diffstat (limited to 'build_posix/configure.ac.in')
-rw-r--r--build_posix/configure.ac.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/build_posix/configure.ac.in b/build_posix/configure.ac.in
index 52c49c25caa..a34cb1ce0b4 100644
--- a/build_posix/configure.ac.in
+++ b/build_posix/configure.ac.in
@@ -121,9 +121,8 @@ AC_CHECK_LIB(dl, dlopen)
AC_CHECK_LIB(rt, sched_yield)
AC_CHECK_FUNCS([\
- clock_gettime fallocate fcntl fread_unlocked ftruncate gettimeofday\
- posix_fadvise posix_fallocate posix_madvise\
- strtouq sync_file_range])
+ clock_gettime fallocate ftruncate gettimeofday posix_fadvise\
+ posix_fallocate posix_madvise strtouq sync_file_range])
# OS X wrongly reports that it has fdatasync
AS_CASE([$host_os], [darwin*], [], [AC_CHECK_FUNCS([fdatasync])])