summaryrefslogtreecommitdiff
path: root/source4/build
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-01-01 18:31:44 +0100
committerJelmer Vernooij <jelmer@samba.org>2010-01-01 18:31:44 +0100
commit0c2964035888c3af63f274078c75e195153c46be (patch)
treeee1dd06940bca8a29ebfb7f5c60036cc8bc4cded /source4/build
parentde9485784867a7a68207e42fe2a021de01e54904 (diff)
downloadsamba-0c2964035888c3af63f274078c75e195153c46be.tar.gz
s4/build: Indicate whether Samba4 is being built against the system
Heimdal.
Diffstat (limited to 'source4/build')
-rw-r--r--source4/build/smb_build/summary.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/build/smb_build/summary.pm b/source4/build/smb_build/summary.pm
index 153c3e20e9f..09f5ff83ce9 100644
--- a/source4/build/smb_build/summary.pm
+++ b/source4/build/smb_build/summary.pm
@@ -65,6 +65,7 @@ sub show($$)
showisexternal($output, "tdb", "LIBTDB");
showisexternal($output, "tevent", "LIBTEVENT");
showisexternal($output, "ldb", "LIBLDB");
+ showisexternal($output, "heimdal", "HEIMDAL_KRB5");
print "Developer mode: ".(enabled($config->{developer})?"yes":"no")."\n";
print "Automatic dependencies: ".
(enabled($config->{automatic_dependencies})