From: Samuel Cabrero Date: Tue, 13 Apr 2021 10:33:16 +0000 (+0200) Subject: build: Do not check for unused functions futimes() and futimens() X-Git-Tag: tevent-0.11.0~1151 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4cc06106998e49eaecf704a71ffb5e421ca67ab3;p=thirdparty%2Fsamba.git build: Do not check for unused functions futimes() and futimens() Signed-off-by: Samuel Cabrero Reviewed-by: Ralph Boehme --- diff --git a/source3/wscript b/source3/wscript index b7dd5bd737a..da1eafbc750 100644 --- a/source3/wscript +++ b/source3/wscript @@ -138,7 +138,7 @@ def configure(conf): conf.CHECK_FUNCS('fstatat') conf.CHECK_FUNCS('getpwent_r setenv clearenv strcasecmp') conf.CHECK_FUNCS('syslog vsyslog timegm setlocale') - conf.CHECK_FUNCS('lutimes futimes utimensat futimens') + conf.CHECK_FUNCS('lutimes utimensat') conf.CHECK_FUNCS('mlock munlock mlockall munlockall') conf.CHECK_FUNCS('memalign posix_memalign hstrerror') conf.CHECK_FUNCS_IN('yp_get_default_domain', 'nsl') @@ -397,7 +397,6 @@ fchown fseeko fsync futimens -futimes getauthuid getcwd getgrent