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 808105ec52..8e1b0239d4 100644 --- a/config/CMakeLists.txt +++ b/config/CMakeLists.txt @@ -44,7 +44,6 @@ check_function_exists(fsync HAVE_FSYNC) check_function_exists(getpwent HAVE_GETPWENT) check_function_exists(getpwnam HAVE_GETPWNAM) check_function_exists(getpwuid HAVE_GETPWUID) -check_function_exists(gettimeofday HAVE_GETTIMEOFDAY) check_function_exists(iconv HAVE_ICONV) check_function_exists(lstat HAVE_LSTAT) if(NOT HAVE_LSTAT) |