diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-04-12 00:40:54 -0600 |
---|---|---|
committer | Kai Blin <kai@samba.org> | 2010-05-20 22:16:13 +0200 |
commit | c85008e0843f5b2af0a83ed0748af46873515446 (patch) | |
tree | ada2c3bd66cf30e8307ac43d6b3732351c6a03d5 /source3/wscript | |
parent | ca7226500ce108fb00aed6280992ecbda16b9726 (diff) | |
download | samba-c85008e0843f5b2af0a83ed0748af46873515446.tar.gz samba-c85008e0843f5b2af0a83ed0748af46873515446.tar.bz2 samba-c85008e0843f5b2af0a83ed0748af46873515446.zip |
s3-waf: move the KRB5_DEPRECATED check into lib/replace
this needs to be with the krb5.h check
Diffstat (limited to 'source3/wscript')
-rw-r--r-- | source3/wscript | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/source3/wscript b/source3/wscript index c3652fd48d..2275f88f1d 100644 --- a/source3/wscript +++ b/source3/wscript @@ -352,13 +352,6 @@ updwtmp updwtmpx utimensat vsyslog _write __write __xstat if conf.CONFIG_SET('HAVE_KRB5_LOCATE_PLUGIN_H'): conf.env['WINBIND_KRB5_LOCATOR'] = 'bin/winbind_krb5_locator.so' - # Check for KRB5_DEPRECATED handling - conf.CHECK_CODE('''#define KRB5_DEPRECATED 1 -#include <krb5.h>''', - 'HAVE_KRB5_DEPRECATED_WITH_IDENTIFIER', addmain=False, - link=False, - msg="Checking for KRB5_DEPRECATED define taking an identifier") - conf.CHECK_FUNCS_IN('_et_list', 'com_err') conf.CHECK_FUNCS_IN('krb5_encrypt_data', 'k5crypto') conf.CHECK_FUNCS_IN('crypto', 'des_set_key') |