mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
build: Remove unused check for SHA1_Update and SHA1_RENAME_NEEDED
I can not find the code that required this, even in the history. Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org> Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Fri Jun 30 14:59:46 UTC 2023 on atb-devel-224
This commit is contained in:
parent
11b3c6826d
commit
acd081a70d
@ -2,11 +2,6 @@
|
|||||||
from waflib import Errors, Logs
|
from waflib import Errors, Logs
|
||||||
|
|
||||||
|
|
||||||
def configure(conf):
|
|
||||||
if conf.CHECK_FUNCS('SHA1_Update'):
|
|
||||||
conf.DEFINE('SHA1_RENAME_NEEDED', 1)
|
|
||||||
|
|
||||||
|
|
||||||
def build(bld):
|
def build(bld):
|
||||||
extra_deps = ""
|
extra_deps = ""
|
||||||
|
|
||||||
|
1
wscript
1
wscript
@ -324,7 +324,6 @@ def configure(conf):
|
|||||||
conf.RECURSE('source4/auth')
|
conf.RECURSE('source4/auth')
|
||||||
conf.RECURSE('nsswitch')
|
conf.RECURSE('nsswitch')
|
||||||
conf.RECURSE('libcli/smbreadline')
|
conf.RECURSE('libcli/smbreadline')
|
||||||
conf.RECURSE('lib/crypto')
|
|
||||||
conf.RECURSE('pidl')
|
conf.RECURSE('pidl')
|
||||||
if conf.CONFIG_GET('ENABLE_SELFTEST'):
|
if conf.CONFIG_GET('ENABLE_SELFTEST'):
|
||||||
if not (Options.options.without_ad_dc):
|
if not (Options.options.without_ad_dc):
|
||||||
|
Loading…
Reference in New Issue
Block a user