]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
configure: remove useless write_c_skeleton
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 20 Oct 2022 12:20:06 +0000 (14:20 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 5 Jan 2023 23:50:32 +0000 (00:50 +0100)
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 <peter.maydell@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
configure

index 9f0bc57546de8f2ecd1545e75433a06a0526901d..d808e57b7683bcf10b137131ffcc05d8448236f2 100755 (executable)
--- 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=""