Skip to content

Commit

Permalink
Expand the configure without specification.
Browse files Browse the repository at this point in the history
I'm unsure why make on Travis does not automatically expand that
macro on that line, but I'll just remove it anyhow.  It works locally.
  • Loading branch information
matttproud committed Aug 14, 2012
1 parent 666dd84 commit 99de2b8
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion tests/merge/Makefile
Expand Up @@ -25,7 +25,14 @@ test-merge-stamp: thrift-extraction tree-stamp
cd $(THRIFT) && ./configure \
--prefix=$(CURDIR)/tree \
--with-go \
--without-{c_glib,java,haskell,php,erlang,perl,python,ruby}
--without-c_glib \
--without-erlang \
--without-haskell \
--without-java \
--without-perl \
--without-php \
--without-python \
--without-ruby
cd $(THRIFT) && make
touch $@

Expand Down

0 comments on commit 99de2b8

Please sign in to comment.