On Wed, Apr 22, 2020 at 08:25:25PM -0400, Nick Rosbrook wrote: > By default, if the go compiler is found by the configure script, build > the golang tools. If the compiler is not found, and > --enable-golang_tools was not explicitly set, do not build to the golang
--enable-golang-tools here. > tools. > > The new corresponding make variable is CONFIG_GOLANG_TOOLS. Remove > CONFIG_GOLANG from tools/Rules.mk since the new variable is set by > configure. > > Signed-off-by: Nick Rosbrook <rosbro...@ainfosec.com> Acked-by: Wei Liu <w...@xen.org> Note to self: fix commit message and maybe rerun autogen.sh.