r15567: Add entry for iconv
authorJelmer Vernooij <jelmer@samba.org>
Sat, 13 May 2006 17:10:33 +0000 (17:10 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:05:56 +0000 (14:05 -0500)
(This used to be commit 8d794e59119d4a306d1f6f87a821287ce6a4aa61)

source4/build/smb_build/summary.pm

index becc627063238554ee252b94a2e39a17cc742006..2d72fcc3a0cb2429b2ba04348d67e5554d96e64e 100644 (file)
@@ -46,6 +46,7 @@ sub show($$)
        showitem($output, "changing process titles (see --with-setproctitle)", ["SETPROCTITLE"]);
        showitem($output, "using extended attributes", ["XATTR"]);
        showitem($output, "using libblkid", ["BLKID"]);
+       showitem($output, "using iconv", ["ICONV"]);
        showitem($output, "using pam", ["PAM"]);
        print "Using external popt: ".
            (($output->{LIBPOPT}->{TYPE} eq "EXT_LIB")?"yes":"no")."\n";