summaryrefslogtreecommitdiff
path: root/source3/wscript
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2020-11-16 14:37:43 +0100
committerJeremy Allison <jra@samba.org>2020-11-19 22:56:40 +0000
commitb948b99c6ca08b436f473781a559e9976c2a4896 (patch)
tree20843bfc2b39c33fc3c5f6e2d1bac462e52aa9ae /source3/wscript
parentc4d82a6b1f31d0601ad4670665cd3105b92f8524 (diff)
downloadsamba-b948b99c6ca08b436f473781a559e9976c2a4896.tar.gz
build: fcvt() and fcvtl() are not used
No need to check for them in the configure phase Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/wscript')
-rw-r--r--source3/wscript4
1 files changed, 1 insertions, 3 deletions
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