From 4cc06106998e49eaecf704a71ffb5e421ca67ab3 Mon Sep 17 00:00:00 2001 From: Samuel Cabrero Date: Tue, 13 Apr 2021 12:33:16 +0200 Subject: [PATCH] build: Do not check for unused functions futimes() and futimens() Signed-off-by: Samuel Cabrero Reviewed-by: Ralph Boehme --- source3/wscript | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.47.3