s4/build: Indicate whether Samba4 is being built against the system
authorJelmer Vernooij <jelmer@samba.org>
Fri, 1 Jan 2010 17:31:44 +0000 (18:31 +0100)
committerJelmer Vernooij <jelmer@samba.org>
Fri, 1 Jan 2010 17:31:44 +0000 (18:31 +0100)
Heimdal.

source4/build/smb_build/summary.pm

index 153c3e20e9fd955c356cdba3a3ec66531a5f903f..09f5ff83ce9c4055e06ab12e82f339871a75b7ec 100644 (file)
@@ -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})