diff options
author | Andrew Bartlett <abartlet@samba.org> | 2013-06-21 12:06:16 -0700 |
---|---|---|
committer | Christian Ambach <ambi@samba.org> | 2013-06-24 14:11:09 +0200 |
commit | d544d178f0f114613701821ed23ab37431ebb089 (patch) | |
tree | edaba48b2b9f5b9906c0dd765310a27d6ecfe056 /lib/crypto/wscript_configure | |
parent | 9b88166f4554a099fa1039ecd65b1eb7334a5715 (diff) | |
download | samba-d544d178f0f114613701821ed23ab37431ebb089.tar.gz samba-d544d178f0f114613701821ed23ab37431ebb089.tar.bz2 samba-d544d178f0f114613701821ed23ab37431ebb089.zip |
build: Remove the struct MD5Context conf file check.
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
Diffstat (limited to 'lib/crypto/wscript_configure')
-rw-r--r-- | lib/crypto/wscript_configure | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/crypto/wscript_configure b/lib/crypto/wscript_configure index b7a012f6cf..21ec566b6b 100644 --- a/lib/crypto/wscript_configure +++ b/lib/crypto/wscript_configure @@ -4,6 +4,5 @@ if not conf.CHECK_FUNCS_IN('MD5Init', 'bsd', headers='bsd/md5.h', checklibc=True) conf.CHECK_FUNCS_IN('MD5Init', 'md', headers='sys/md5.h', checklibc=True) - conf.CHECK_TYPE('MD5_CTX', 'struct MD5Context', headers='sys/md5.h') conf.CHECK_FUNCS_IN('CC_MD5_Init', '', headers='CommonCrypto/CommonDigest.h', checklibc=True) |