From: Hannah von Reth Date: Mon, 19 Oct 2020 15:11:07 +0000 (+0200) Subject: Remove now unneeded cmake test and define X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~21^2~468^2~5 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4e373ca7ff9ff689e63ba9c77803ea4f1c4e58d5;p=nextcloud-desktop.git Remove now unneeded cmake test and define --- diff --git a/src/csync/ConfigureChecks.cmake b/src/csync/ConfigureChecks.cmake index 022ff14c2..9aac6673a 100644 --- a/src/csync/ConfigureChecks.cmake +++ b/src/csync/ConfigureChecks.cmake @@ -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) diff --git a/src/csync/config_csync.h.cmake b/src/csync/config_csync.h.cmake index 855ecd33e..d24c33cb5 100644 --- a/src/csync/config_csync.h.cmake +++ b/src/csync/config_csync.h.cmake @@ -8,7 +8,6 @@ #cmakedefine HAVE_ARGP_H 1 -#cmakedefine HAVE_TIMEGM 1 #cmakedefine HAVE_UTIMES 1 #cmakedefine HAVE_LSTAT 1