From f5af9eea206d83a769ca1173a01d3b1da58c6f45 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Thu, 6 Jul 2017 20:18:02 +0300 Subject: [PATCH] Travis CI: Change --with-checksums to --enable-checksums in CONF_OPTIONS --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0