aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@golang.org>2019-08-08 22:59:57 -0700
committerIan Lance Taylor <iant@golang.org>2019-08-08 22:59:57 -0700
commit6b108c19e1504c937e1a7d50147575dd8e624b73 (patch)
tree493f93aa2f21638a1b4e9dae8c5f4edf987e8ed0
parent7aafe3d8b2c8b138c431d5fcc98a4d2a7c3270f9 (diff)
downloadswig-6b108c19e1504c937e1a7d50147575dd8e624b73.tar.gz
Restore setting of GOVERSIONOPTION
Accidentally removed in last commit.
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index a38e97d2a..73c38a72c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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]*)