summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorMarc-André Lureau2019-07-24 17:23:16 +0200
committerPaolo Bonzini2020-08-21 12:30:23 +0200
commitab3180515c6a5f080623cde07c9b89ece77abb19 (patch)
tree4a5d2c16c307f1914adfa42fcaed3ecf6c108d0c /configure
parentmeson: convert net directory to Meson (diff)
downloadqemu-ab3180515c6a5f080623cde07c9b89ece77abb19.tar.gz
qemu-ab3180515c6a5f080623cde07c9b89ece77abb19.tar.xz
qemu-ab3180515c6a5f080623cde07c9b89ece77abb19.zip
meson: convert backends directory to Meson
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index a56de5621a..06a6e93c09 100755
--- a/configure
+++ b/configure
@@ -4741,6 +4741,7 @@ EOF
if compile_prog "" "-lnuma" ; then
numa=yes
libs_softmmu="-lnuma $libs_softmmu"
+ numa_libs="-lnuma"
else
if test "$numa" = "yes" ; then
feature_not_found "numa" "install numactl devel"
@@ -8367,6 +8368,7 @@ fi
if test "$numa" = "yes"; then
echo "CONFIG_NUMA=y" >> $config_host_mak
+ echo "NUMA_LIBS=$numa_libs" >> $config_host_mak
fi
if test "$ccache_cpp2" = "yes"; then