From: Ivan Maidanski Date: Thu, 6 Jul 2017 17:18:02 +0000 (+0300) Subject: Travis CI: Change --with-checksums to --enable-checksums in CONF_OPTIONS X-Git-Tag: v8.0.0~651 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f5af9eea206d83a769ca1173a01d3b1da58c6f45;p=gc Travis CI: Change --with-checksums to --enable-checksums in CONF_OPTIONS --- diff --git a/.travis.yml b/.travis.yml index 186a3180..7645afb8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -78,7 +78,7 @@ matrix: - os: linux compiler: gcc env: - - CONF_OPTIONS="--disable-threads --with-checksums --disable-munmap --enable-cplusplus" + - CONF_OPTIONS="--disable-threads --enable-checksums --disable-munmap --enable-cplusplus" - NO_CLONE_LIBATOMIC_OPS=true - os: linux compiler: clang