Re: [PATCH] meson: remove useless libdl test

2021-11-10 Thread Alex Bennée
Paolo Bonzini writes: > dlopen is never used after it is sought via cc.find_library, because > plugins use gmodule instead; remove the test. > > Signed-off-by: Paolo Bonzini Queued to for-6.2/misc-fixes, thanks. -- Alex Bennée

Re: [PATCH] meson: remove useless libdl test

2021-11-10 Thread Thomas Huth
On 10/11/2021 10.24, Paolo Bonzini wrote: dlopen is never used after it is sought via cc.find_library, because plugins use gmodule instead; remove the test. Signed-off-by: Paolo Bonzini --- accel/tcg/meson.build | 2 +- meson.build | 8 +--- 2 files changed, 2 insertions(+), 8

[PATCH] meson: remove useless libdl test

2021-11-10 Thread Paolo Bonzini
dlopen is never used after it is sought via cc.find_library, because plugins use gmodule instead; remove the test. Signed-off-by: Paolo Bonzini --- accel/tcg/meson.build | 2 +- meson.build | 8 +--- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/accel/tcg/meson.bui