On Thu, 10/18 20:10, Paolo Bonzini wrote: > --with-gtkabi does not exist anymore; remove it from the configure invocation. > > Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> > --- > tests/docker/test-mingw | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/tests/docker/test-mingw b/tests/docker/test-mingw > index 7cca7e1..b078f22 100755 > --- a/tests/docker/test-mingw > +++ b/tests/docker/test-mingw > @@ -28,8 +28,7 @@ for prefix in x86_64-w64-mingw32- i686-w64-mingw32-; do > --enable-vnc \ > --enable-bzip2 \ > --enable-guest-agent \ > - --with-sdlabi=2.0 \ > - --with-gtkabi=3.0 > + --with-sdlabi=2.0 > install_qemu > make clean > > -- > 1.8.3.1 >
Queued, thanks. Fam