On 5/27/22 17:35, Alex Bennée wrote:
configure | 49 ++++++++++++++++++++++++-------------------------
1 file changed, 24 insertions(+), 25 deletions(-)
diff --git a/configure b/configure
index b8c21e096c..82c2ddc79a 100755
--- a/configure
+++ b/configure
@@ -2187,6 +2187,30 @@ fi
QEMU_GA_MSI_MINGW_BIN_PATH="$($pkg_config --variable=prefix glib-2.0)/bin"
+# Set up build tree symlinks that point back into the source tree
+# (these can be both files and directories).
+# Caution: avoid adding files or directories here using wildcards. This
This now conflicts with master due to the QEMU_GA_MSI_MINGW_BIN_PATH
being gone. Fixing the conflict is just a matter of removing the line
from the "======"....">>>>>>" section.
Paolo