Support of go fails

This commit is contained in:
Javier Marcos 2014-10-03 17:59:39 +00:00
parent 53360155fd
commit d15da03c67

View File

@ -45,7 +45,7 @@ function install_thrift() {
fi
pushd thrift-0.9.1
./bootstrap.sh
./configure --with-ruby=no
./configure --with-ruby=no --with-go=no
make
sudo make install
popd