Merge pull request #978 from theopolis/no_thrift_php

Remove php from thrift provision
This commit is contained in:
Mike Arpaia 2015-04-10 23:02:54 -07:00
commit 43cd956c99

View File

@ -40,11 +40,12 @@ function install_thrift() {
./bootstrap.sh
./configure CFLAGS="$CFLAGS" \
--with-cpp=yes \
--with-python=yes \
--with-ruby=no \
--with-go=no \
--with-erlang=no \
--with-java=no \
--with-python=no
--with-php=no
make
sudo make install
popd