From: Paolo Bonzini Date: Wed, 20 Apr 2022 15:33:37 +0000 (+0200) Subject: configure: pc-bios/qemu-icon.bmp does not exist X-Git-Tag: v7.1.0-rc0~124^2~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2ed197d66e3fc66d7bbe272f80536e0a7a2dcca2;p=thirdparty%2Fqemu.git configure: pc-bios/qemu-icon.bmp does not exist The file has been removed in commit a8260d3876 ("ui: install logo icons to $prefix/share/icons", 2019-01-21), do not try to symlink it in the build tree. Reviewed-by: Marc-André Lureau Reviewed-by: Thomas Huth Signed-off-by: Paolo Bonzini --- diff --git a/configure b/configure index 049f669a941..a6ed3498f20 100755 --- a/configure +++ b/configure @@ -3019,7 +3019,6 @@ LINKS="Makefile" LINKS="$LINKS tests/tcg/Makefile.target" LINKS="$LINKS pc-bios/optionrom/Makefile" LINKS="$LINKS pc-bios/s390-ccw/Makefile" -LINKS="$LINKS pc-bios/qemu-icon.bmp" LINKS="$LINKS .gdbinit scripts" # scripts needed by relative path in .gdbinit LINKS="$LINKS tests/avocado tests/data" LINKS="$LINKS tests/qemu-iotests/check"