]> granicus.if.org Git - imagemagick/commitdiff
Remove --enable-zero-configuration as per https://github.com/ImageMagick/ImageMagick...
authorprobonopd <probonopd@users.noreply.github.com>
Sun, 12 Nov 2017 17:01:40 +0000 (18:01 +0100)
committerDirk Lemstra <dlemstra@users.noreply.github.com>
Sun, 12 Nov 2017 18:11:45 +0000 (19:11 +0100)
.travis.yml

index 136a8543f5c65fdc66c46faffe279675dc82c1b1..34b815cdf36fc488230a0db24d2aaf0ebef0b0c1 100644 (file)
@@ -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/