|
From: | Thomas Huth |
Subject: | Re: [PATCH] meson: remove useless libdl test |
Date: | Wed, 10 Nov 2021 10:48:59 +0100 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.3.0 |
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 <pbonzini@redhat.com> --- accel/tcg/meson.build | 2 +- meson.build | 8 +------- 2 files changed, 2 insertions(+), 8 deletions(-)
Right. I've just grep'ed for "dlopen" or the related dlfcn.h header in the sources and did not see any direct use.
Reviewed-by: Thomas Huth <thuth@redhat.com>
[Prev in Thread] | Current Thread | [Next in Thread] |