summaryrefslogtreecommitdiffstats
path: root/config-mingw
blob: c4c89532c519b7c05996704a13376942044545f5 (plain) (blame)
1
2
3
4
5
6
7
8
9
#!/bin/sh
set -e
set -x
if g++ -v 2>&1 | grep Target: | grep -q x86_64; then
    wordsize=64
else
    wordsize=32
fi
./configure --disable-test-compare-images --enable-external-libs --enable-werror --with-buildrules=mingw ${1+"$@"} --enable-crypto-openssl --disable-crypto-gnutls