diff options
Diffstat (limited to 'config/CMakeLists.txt')
-rw-r--r-- | config/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/CMakeLists.txt b/config/CMakeLists.txt index 8e1b0239d4..330bd4bc37 100644 --- a/config/CMakeLists.txt +++ b/config/CMakeLists.txt @@ -38,7 +38,6 @@ check_include_files(unistd.h HAVE_UNISTD_H) check_include_files(utime.h HAVE_UTIME_H) # Functions -check_function_exists(fchown HAVE_FCHOWN) check_function_exists(fseeko HAVE_FSEEKO) check_function_exists(fsync HAVE_FSYNC) check_function_exists(getpwent HAVE_GETPWENT) |