]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
build: fcvt() and fcvtl() are not used
authorVolker Lendecke <vl@samba.org>
Mon, 16 Nov 2020 13:37:43 +0000 (14:37 +0100)
committerJeremy Allison <jra@samba.org>
Thu, 19 Nov 2020 22:56:40 +0000 (22:56 +0000)
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>
source3/wscript

index bbd53358359a6e5fdd81604f3e99ae7cdcafb29e..011594b38442244f2195a458847c697e11a493f7 100644 (file)
@@ -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