From eb94f782450dde2062c2bf75870f146b8293cd35 Mon Sep 17 00:00:00 2001 From: benrubson Date: Mon, 7 Aug 2017 09:11:45 +0200 Subject: [PATCH] HAVE_FDATASYNC is not into master --- CMakeLists.txt | 6 ------ 1 file changed, 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bfcf7d2..62eab18 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -93,12 +93,6 @@ check_cxx_source_compiles ("#include " XATTR_ADD_OPT) set (CMAKE_REQUIRED_QUIET ${CMAKE_REQUIRED_QUIET_SAVE}) -# Check if we have fdatasync. -include (CheckCXXSourceCompiles) -check_cxx_source_compiles ("#include - int main() { fdatasync(0); return 1; } - " FDATASYNC) - # Check if we have some standard functions. include (CheckFuncs) check_function_exists_glibc (lchmod HAVE_LCHMOD)