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
|
||||
|
||||
|
||||
def configure(conf):
|
||||
if conf.CHECK_FUNCS('SHA1_Update'):
|
||||
conf.DEFINE('SHA1_RENAME_NEEDED', 1)
|
||||
|
||||
|
||||
def build(bld):
|
||||
extra_deps = ""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user