1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-07 01:58:28 +03:00

quick fix for krb5 compilation. I've told vance how to fix this module

properly and will wait for him to send a patch
(This used to be commit 7adad774d872a3f2424f49f364416e7c42409b90)
This commit is contained in:
Andrew Tridgell 2001-10-20 00:48:28 +00:00
parent 07f54cb592
commit 42fd55bd61

View File

@ -86,11 +86,8 @@ void build_options(BOOL screen)
snprintf(outstring,sizeof(outstring)," KRB4_DIR: %s\n",KRB4_DIR);
output(screen,outstring);
#endif
#if defined(KRB5_AUTH) && defined(KRB5_DIR)
snprintf(outstring,sizeof(outstring)," KRB5_AUTH");
output(screen,outstring);
snprintf(outstring,sizeof(outstring)," KRB5_DIR: %s\n",KRB5_DIR);
output(screen,outstring);
#if HAVE_KRB5
output(screen," HAVE_KRB5");
#endif
#ifdef WITH_AUTOMOUNT
snprintf(outstring,sizeof(outstring)," WITH_AUTOMOUNT\n");