[build] fix configure script flags

pull/111/merge
Timothy Stack 8 years ago
parent 783bd88762
commit 006141b911

@ -5,7 +5,7 @@ compiler: gcc
sudo: false
install:
- if [ "$CXX" = "g++" ]; then export CXX="g++-5" CC="gcc-5"; fi
script: ./autogen.sh && ./configure && make distcheck -j3
script: ./autogen.sh && ./configure LDFLAGS="-static-libstdc++ -static-libgcc" && make distcheck -j3
after_script: test -e test/test-suite.log && cat test/test-suite.log
env:

Loading…
Cancel
Save