summaryrefslogtreecommitdiffstats
path: root/config-mingw32
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2013-10-10 02:14:45 +0200
committerJay Berkenbilt <ejb@ql.org>2013-10-10 02:57:14 +0200
commit25687ddd71885c1b0a74d3f3f4e011fadbfd40e0 (patch)
tree16d3607a9e755bad1e10221a0960ea15b8f034ac /config-mingw32
parente19eb579b221ade503d7d1ff0a6511d289863785 (diff)
downloadqpdf-25687ddd71885c1b0a74d3f3f4e011fadbfd40e0.tar.zst
Pass additional arguments from Windows config wrappers
Diffstat (limited to 'config-mingw32')
-rwxr-xr-xconfig-mingw322
1 files changed, 1 insertions, 1 deletions
diff --git a/config-mingw32 b/config-mingw32
index 1591cdfb..365344b2 100755
--- a/config-mingw32
+++ b/config-mingw32
@@ -1,5 +1,5 @@
#!/bin/sh
-./configure --disable-test-compare-images --enable-external-libs --enable-werror --with-windows-wordsize=32 --with-buildrules=mingw
+./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