From: Volker Lendecke Date: Mon, 16 Nov 2020 13:37:43 +0000 (+0100) Subject: build: fcvt() and fcvtl() are not used X-Git-Tag: samba-4.14.0rc1~581 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b948b99c6ca08b436f473781a559e9976c2a4896;p=thirdparty%2Fsamba.git build: fcvt() and fcvtl() are not used No need to check for them in the configure phase Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/source3/wscript b/source3/wscript index bbd53358359..011594b3844 100644 --- a/source3/wscript +++ b/source3/wscript @@ -137,7 +137,7 @@ def configure(conf): conf.CHECK_FUNCS('getpwnam', headers='sys/types.h pwd.h') conf.CHECK_FUNCS('fdopendir') conf.CHECK_FUNCS('fstatat') - conf.CHECK_FUNCS('getpwent_r setenv clearenv strcasecmp fcvt fcvtl') + 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('mlock munlock mlockall munlockall') @@ -415,8 +415,6 @@ endmntent execl fchmod fchown -fcvt -fcvtl fseeko fsync futimens