mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
5d53b848f6
This means the costs of the generation on a empty build are not paid anymore, which was the reason for the explicit --enable-clangdb option. Pair-Programmed-With: Andreas Schneider <asn@samba.org> Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Thu Aug 26 13:06:09 UTC 2021 on sn-devel-184
6 lines
189 B
Plaintext
6 lines
189 B
Plaintext
from waflib import Logs
|
|
|
|
if bld.__class__.__name__ != "ClangDbContext":
|
|
Logs.info("\tSelected system MIT krb5 libraries, Heimdal use is disabled")
|
|
#bld.RECURSE('source4/heimdal_build')
|