From: probonopd Date: Sun, 12 Nov 2017 17:01:40 +0000 (+0100) Subject: Remove --enable-zero-configuration as per https://github.com/ImageMagick/ImageMagick... X-Git-Tag: 7.0.7-12~91 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5e4e9843a5bddbbf821ace3d45c51b9337833643;p=imagemagick Remove --enable-zero-configuration as per https://github.com/ImageMagick/ImageMagick/pull/858#issuecomment-343751123 --- diff --git a/.travis.yml b/.travis.yml index 136a8543f..34b815cdf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ before_script: script: - export OMP_NUM_THREADS=1 - export CFLAGS="-Wno-deprecated-declarations -Wdeclaration-after-statement -Wno-error=unused-variable" - - ./configure --enable-zero-configuration --disable-openmp --with-quantum-depth=16 --enable-hdri=no --without-perl --prefix=/usr + - ./configure --disable-openmp --with-quantum-depth=16 --enable-hdri=no --without-perl --prefix=/usr - make -j$(nproc) - # Generate AppImage - make install DESTDIR=$(readlink -f appdir) ; find appdir/