diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-01-01 18:31:44 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-01-01 18:31:44 +0100 |
commit | 0c2964035888c3af63f274078c75e195153c46be (patch) | |
tree | ee1dd06940bca8a29ebfb7f5c60036cc8bc4cded /source4/build | |
parent | de9485784867a7a68207e42fe2a021de01e54904 (diff) | |
download | samba-0c2964035888c3af63f274078c75e195153c46be.tar.gz samba-0c2964035888c3af63f274078c75e195153c46be.tar.bz2 samba-0c2964035888c3af63f274078c75e195153c46be.zip |
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.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/build/smb_build/summary.pm b/source4/build/smb_build/summary.pm index 153c3e20e9..09f5ff83ce 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}) |