summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJens Geyer <jensg@apache.org>2013-07-18 00:33:05 +0200
committerJens Geyer <jensg@apache.org>2013-07-18 00:33:05 +0200
commita7da48805c9fdcc4ad507272abd997ed1961d296 (patch)
treee7b9d38c942a0ec1146c624f59052fd2d5bca6e4 /configure.ac
parent4f7ad2d98b22b367c7a4a25991cdf9a81647d3be (diff)
downloadthrift-a7da48805c9fdcc4ad507272abd997ed1961d296.tar.gz
THRIFT-2090: Go generator, fix including of other thrift files
Patch: Emir Habul
Diffstat (limited to 'configure.ac')
-rwxr-xr-xconfigure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 61d5d637c..d1616c9c0 100755
--- a/configure.ac
+++ b/configure.ac
@@ -570,6 +570,7 @@ AC_CONFIG_FILES([
lib/d/test/Makefile
lib/erl/Makefile
lib/go/Makefile
+ lib/go/test/Makefile
lib/hs/Makefile
lib/java/Makefile
lib/js/test/Makefile
@@ -673,7 +674,7 @@ if test "$have_go" = "yes" ; then
echo
echo "Go Library:"
echo " Using Go................... : $GO"
- echo " Using Go version........... : $(go version)"
+ echo " Using Go version........... : $($GO version)"
fi
if test "$have_d" = "yes" ; then
echo