1 From 869603e8aae8ccee973e9c9fc6adba6fb528c093 Mon Sep 17 00:00:00 2001
2 From: Andy Fiddaman <illumos@fiddaman.net>
3 Date: Thu, 29 Dec 2022 10:59:31 +0000
4 Subject: configure uses break outside loop
6 https://gitlab.com/qemu-project/qemu/-/issues/1401
8 qemu/configure: line 1885: break: only meaningful in a `for', `while', or
12 1 file changed, 1 insertion(+), 1 deletion(-)
14 diff --git a/configure b/configure
15 index 788f9fa7fb..1d880a1bdc 100755
18 @@ -1882,7 +1882,7 @@ probe_target_compiler() {
19 # bother enabling an appropriate guest. This avoids building
20 # extraneous firmware images and tests.
21 if test "${target_list#*$1}" != "$1"; then