Skip to content

Commit

Permalink
added GOPROG in case of internal
Browse files Browse the repository at this point in the history
  • Loading branch information
fceller committed Sep 13, 2015
1 parent 01934d2 commit 9b8a2e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configure.ac
Expand Up @@ -114,6 +114,8 @@ if test "x$tr_INTERNAL_GO" = "xno"; then
BASIC_INFO="$BASIC_INFO|GO BINARY: $GO"
fi
GOPROG=$GO
else
GOPROG=go
fi

AM_CONDITIONAL(GO_AVAILABLE, test "x$GOPROG" != x)
Expand Down

0 comments on commit 9b8a2e8

Please sign in to comment.