r15607: Fix readline summary reporting
authorJelmer Vernooij <jelmer@samba.org>
Mon, 15 May 2006 01:02:10 +0000 (01:02 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:06:59 +0000 (14:06 -0500)
source/build/smb_build/summary.pm

index 2d72fcc3a0cb2429b2ba04348d67e5554d96e64e..8e4d36e4ad2d4551b26c3ede60e514010ef46101 100644 (file)
@@ -42,7 +42,7 @@ sub show($$)
        showitem($output, "GTK+ frontends", ["gtk","gconf"]);
        showitem($output, "SSL in SWAT", ["GNUTLS"]);
        showitem($output, "threads in smbd (see --with-pthread)", ["PTHREAD"]);
-       showitem($output, "intelligent command line editing", ["EXT_READLINE"]);
+       showitem($output, "intelligent command line editing", ["READLINE"]);
        showitem($output, "changing process titles (see --with-setproctitle)", ["SETPROCTITLE"]);
        showitem($output, "using extended attributes", ["XATTR"]);
        showitem($output, "using libblkid", ["BLKID"]);