mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
d544d178f0
Fix the build. Reviewed-by: Jeremy Allison <jra@samba.org> Tested-by: Christian Ambach <ambi@samba.org> Autobuild-User(master): Christian Ambach <ambi@samba.org> Autobuild-Date(master): Mon Jun 24 14:11:09 CEST 2013 on sn-devel-104
9 lines
390 B
Plaintext
9 lines
390 B
Plaintext
if not conf.CHECK_FUNCS_IN('MD5Init', 'bsd', headers='bsd/md5.h',
|
|
checklibc=True):
|
|
conf.CHECK_FUNCS_IN('MD5Init', 'md5', headers='sys/md5.h',
|
|
checklibc=True)
|
|
conf.CHECK_FUNCS_IN('MD5Init', 'md', headers='sys/md5.h',
|
|
checklibc=True)
|
|
conf.CHECK_FUNCS_IN('CC_MD5_Init', '', headers='CommonCrypto/CommonDigest.h',
|
|
checklibc=True)
|