summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorJens Geyer <jensg@apache.org>2014-10-02 10:03:09 +0200
committerJens Geyer <jensg@apache.org>2014-10-02 10:06:07 +0200
commit6d15c3090f7bd0e8ab754e98098910985718777f (patch)
treef4b7b3fe0cd58085d727c9f5d5844a397f5ef487 /contrib
parent63ad5f6f514a6d977d960a41bcda607d701f284c (diff)
downloadthrift-6d15c3090f7bd0e8ab754e98098910985718777f.tar.gz
THRIFT-2628 struct member name conflicts due to lowercased names
Client: Erlang Patch: Alisdair Sullivan This closes #228
Diffstat (limited to 'contrib')
-rw-r--r--contrib/Vagrantfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/Vagrantfile b/contrib/Vagrantfile
index c99719c15..67e56225d 100644
--- a/contrib/Vagrantfile
+++ b/contrib/Vagrantfile
@@ -101,7 +101,7 @@ date > /etc/vagrant.provisioned
echo "Starting Apache Thrift build..."
cd /thrift
sh bootstrap.sh
-sh configure --without-erlang
+sh configure
make
make check
echo "Finished building Apache Thrift."