local readline=`installed_version readline`
local defanswr="y"

if [ -z $readline ] ; then
	defanswr="n"
fi

config_query WITH_READLINE "Use compile with readline? - for enhanced interactive command line editing" "$defanswr"
