summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xwscript3
1 files changed, 2 insertions, 1 deletions
diff --git a/wscript b/wscript
index 6b51a37c857..15e1ce51bfc 100755
--- a/wscript
+++ b/wscript
@@ -84,7 +84,8 @@ def configure(conf):
conf.RECURSE('dynconfig')
conf.RECURSE('lib/ldb')
- conf.RECURSE('source4/heimdal_build')
+ if not os.getenv('USING_SYSTEM_KRB5'):
+ conf.RECURSE('source4/heimdal_build')
conf.RECURSE('source4/lib/tls')
conf.RECURSE('source4/ntvfs/sysdep')
conf.RECURSE('lib/util')