On Fri, 9 Dec 2022 at 11:26, Paolo Bonzini <pbonz...@redhat.com> wrote: > > This is not needed ever since QEMU stopped detecting -liberty; this > happened with the Meson switch but it is quite likely that the > library was not really necessary years before. > > Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> > --- > configure | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/configure b/configure > index 26c7bc515468..e31d4522ea63 100755 > --- a/configure > +++ b/configure > @@ -638,7 +638,6 @@ if test "$mingw32" = "yes" ; then > EXESUF=".exe" > # MinGW needs -mthreads for TLS and macro _MT. > CONFIGURE_CFLAGS="-mthreads $CONFIGURE_CFLAGS" > - write_c_skeleton; > prefix="/qemu" > bindir="" > qemu_suffix="" > -- > 2.38.1
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM