Some distros arbitrary flags into clang config files without guarding it for applicable targets, which breaks cross compilation.
--
v3: winegcc: Support --no-default-config argument.
configure: Use --no-default-config option on clang when available.
configure: Fix action-if-no handling in WINE_TRY_PE_CFLAGS macro.
https://gitlab.winehq.org/wine/wine/-/merge_requests/4492
Currently, if a probe fails, it will print the line number of the [test]
block the probe is in, not the line number of the probe itself. This
makes it somewhat difficult to debug.
This commit makes it print the line number of the probe as well.
CC @zfigura
--
https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/499