From e0ee307a199fcf47523b395ce99052ec51e69476 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sun, 24 Jan 2016 15:51:21 -0500 Subject: Updates for newer Windows toolchain --- config-mingw32 | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) (limited to 'config-mingw32') diff --git a/config-mingw32 b/config-mingw32 index 365344b2..3d23010b 100755 --- a/config-mingw32 +++ b/config-mingw32 @@ -1,13 +1,11 @@ #!/bin/sh -./configure --disable-test-compare-images --enable-external-libs --enable-werror --with-windows-wordsize=32 --with-buildrules=mingw ${1+"$@"} -# As of autoconf 2.69 and gcc 4.6, autoconf's configure fails to -# recognize that defining _FILE_OFFSET_BITS works with mingw32. -# Append to qpdf-config.h rather than passing CPPFLAGS on the -# commandline. This way we don't defeat the fact that test_large_file -# and other things that only use the public interface can be built -# without any special flags. -cat >> libqpdf/qpdf/qpdf-config.h <