]> granicus.if.org Git - gc/commitdiff
Travis CI: Use configure --with-checksums instead of -D CHECKSUMS
authorIvan Maidanski <ivmai@mail.ru>
Fri, 9 Jun 2017 16:53:22 +0000 (19:53 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Fri, 9 Jun 2017 16:53:22 +0000 (19:53 +0300)
.travis.yml

index cf379df527359424c3daa256ca3ad90f51ec7626..105cd5e9074b3c5e47ea523c9d32b7c15811ee47 100644 (file)
@@ -86,8 +86,7 @@ matrix:
   - os: linux
     compiler: gcc
     env:
-    - CFLAGS_EXTRA="-D CHECKSUMS"
-    - CONF_OPTIONS="--disable-threads --enable-cplusplus"
+    - CONF_OPTIONS="--disable-threads --with-checksums --enable-cplusplus"
     - NO_CLONE_LIBATOMIC_OPS=true
   - os: linux
     compiler: clang