diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-05-15 01:02:10 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:06:59 -0500 |
commit | 5415e9d94f51f83bc0beba69888c70c8525812d4 (patch) | |
tree | 2d8edc2d2b91aa15ffd4f78ccdd56c96535a220e /source4/build/smb_build | |
parent | cbec063ed76e9e721b949f9354eb0b09e1eebda5 (diff) | |
download | samba-5415e9d94f51f83bc0beba69888c70c8525812d4.tar.gz samba-5415e9d94f51f83bc0beba69888c70c8525812d4.tar.bz2 samba-5415e9d94f51f83bc0beba69888c70c8525812d4.zip |
r15607: Fix readline summary reporting
(This used to be commit 146c6d6e003a9ba0bfd0427b1db47fe5e746f8b1)
Diffstat (limited to 'source4/build/smb_build')
-rw-r--r-- | source4/build/smb_build/summary.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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"]); |