From c5634e822416e71e00f08f55a521362d8d21264d Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Thu, 20 Oct 2022 14:20:06 +0200 Subject: [PATCH] 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 --- configure | 1 - 1 file changed, 1 deletion(-) 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="" -- 2.39.5