From 5415e9d94f51f83bc0beba69888c70c8525812d4 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 15 May 2006 01:02:10 +0000 Subject: r15607: Fix readline summary reporting (This used to be commit 146c6d6e003a9ba0bfd0427b1db47fe5e746f8b1) --- source4/build/smb_build/summary.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4') diff --git a/source4/build/smb_build/summary.pm b/source4/build/smb_build/summary.pm index 2d72fcc3a0..8e4d36e4ad 100644 --- a/source4/build/smb_build/summary.pm +++ b/source4/build/smb_build/summary.pm @@ -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"]); -- cgit