]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
build: Do not check for unused functions futimes() and futimens()
authorSamuel Cabrero <scabrero@samba.org>
Tue, 13 Apr 2021 10:33:16 +0000 (12:33 +0200)
committerSamuel Cabrero <scabrero@sn-devel-184>
Mon, 19 Apr 2021 12:28:30 +0000 (12:28 +0000)
Signed-off-by: Samuel Cabrero <scabrero@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/wscript

index b7dd5bd737aaa1250ae9e533a3492a117889f15e..da1eafbc7503cc4f918ac5ed5d8567353db30d42 100644 (file)
@@ -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