Francois Gouget fgouget@codeweavers.com writes:
- If one runs 'configure --enable-win64' on a 32 bit platform, one would want to make sure to use x86_64-${host_os}-pkg-config rather than plain pkg-config. That can be accomplished by adding another AC_CHECK_PROGS in the relevant 'case $host' branch but it led me to think that maybe a more general mechanism would be better.
I don't think there's any 32-bit platform where --enable-win64 would work, and we don't support it anyway.