Thrift-2051:Vagrant fails to build erlang
    Client: build
    Patch: Justin Porterfield

    Removes erlang client lib build from Vagrantfile
diff --git a/contrib/Vagrantfile b/contrib/Vagrantfile
index dd2e2ee..880d492 100644
--- a/contrib/Vagrantfile
+++ b/contrib/Vagrantfile
@@ -37,7 +37,7 @@
 echo I am building Apache Thrift ...
 cd /thrift
 sh bootstrap.sh
-sh configure
+sh configure --without-erlang
 make
 make dist
 make check