Restore setting of GOVERSIONOPTION

Accidentally removed in last commit.
This commit is contained in:
Ian Lance Taylor 2019-08-08 22:59:57 -07:00
commit 6b108c19e1

View file

@ -2390,6 +2390,7 @@ else
GOVERSIONOPTION=
if test -n "$GO" ; then
GOVERSIONOPTION=version
AC_MSG_CHECKING([whether go version is too old])
case $go_version in
go1.[012345]*)