From: Paolo Bonzini Date: Thu, 20 Oct 2022 12:20:06 +0000 (+0200) Subject: configure: remove useless write_c_skeleton X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=c5634e822416e71e00f08f55a521362d8d21264d;p=qemu.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 9f0bc57546..d808e57b76 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=""