Remove now unneeded cmake test and define
authorHannah von Reth <hannah.vonreth@owncloud.com>
Mon, 19 Oct 2020 15:11:07 +0000 (17:11 +0200)
committerKevin Ottens <kevin.ottens@nextcloud.com>
Tue, 15 Dec 2020 10:01:52 +0000 (11:01 +0100)
src/csync/ConfigureChecks.cmake
src/csync/config_csync.h.cmake

index 022ff14c231697f19b59e4bbeccc03ebc57bb006..9aac6673ac142eea827a5c28d8d33f19374ec480 100644 (file)
@@ -29,7 +29,6 @@ if(WIN32)
   set(CMAKE_REQUIRED_LIBRARIES ${CMAKE_REQUIRED_LIBRARIES} psapi kernel32)
 endif()
 
-check_function_exists(timegm HAVE_TIMEGM)
 check_function_exists(utimes HAVE_UTIMES)
 check_function_exists(lstat HAVE_LSTAT)
 
index 855ecd33e3ec5966c1d290c1ade144128be3c37f..d24c33cb597584b2aa9af7fb4e623b9a21748f38 100644 (file)
@@ -8,7 +8,6 @@
 
 #cmakedefine HAVE_ARGP_H 1
 
-#cmakedefine HAVE_TIMEGM 1
 #cmakedefine HAVE_UTIMES 1
 #cmakedefine HAVE_LSTAT 1