summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorPaolo Bonzini2020-09-01 12:44:23 +0200
committerPaolo Bonzini2020-09-08 11:43:16 +0200
commitccf7afa59e070b0cc65618af91dc01105f04e566 (patch)
tree60c33c4bb5960da48ebe716ab24b9d7279ad5e97 /configure
parentmeson: keep all compiler flags detection together (diff)
downloadqemu-ccf7afa59e070b0cc65618af91dc01105f04e566.tar.gz
qemu-ccf7afa59e070b0cc65618af91dc01105f04e566.tar.xz
qemu-ccf7afa59e070b0cc65618af91dc01105f04e566.zip
configure: move -ldl test to meson
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure b/configure
index b439b78a9b..255d54e069 100755
--- a/configure
+++ b/configure
@@ -7463,7 +7463,6 @@ fi
if test "$plugins" = "yes" ; then
echo "CONFIG_PLUGIN=y" >> $config_host_mak
- LIBS="-ldl $LIBS"
# Copy the export object list to the build dir
if test "$ld_dynamic_list" = "yes" ; then
echo "CONFIG_HAS_LD_DYNAMIC_LIST=yes" >> $config_host_mak