From: Paolo Bonzini Date: Thu, 20 Oct 2022 12:20:06 +0000 (+0200) Subject: configure: remove useless write_c_skeleton X-Git-Tag: v8.0.0-rc0~102^2~17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c5634e822416e71e00f08f55a521362d8d21264d;p=thirdparty%2Fqemu.git configure: remove useless write_c_skeleton 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. Reviewed-by: Peter Maydell Signed-off-by: Paolo Bonzini --- diff --git a/configure b/configure index 9f0bc57546d..d808e57b768 100755 --- a/configure +++ b/configure @@ -640,7 +640,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=""