aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2020-08-28 15:07:21 +0400
committerPaolo Bonzini <pbonzini@redhat.com>2020-09-08 07:17:09 +0200
commit9866a33cbb7046891dec3dcc9ca2015828673afe (patch)
tree9b173684f68a7c4f7ff1b07a43987d7c7c0913f2 /configure
parent8ce0a45fa24b2dbb7d9e33eecad13a6fde962dbb (diff)
downloadqemu-9866a33cbb7046891dec3dcc9ca2015828673afe.zip
qemu-9866a33cbb7046891dec3dcc9ca2015828673afe.tar.gz
qemu-9866a33cbb7046891dec3dcc9ca2015828673afe.tar.bz2
meson: declare keyutils dependency
Rename the variable to be more explicit. A further clean-up patch will move the actual to dependency check to meson entirely. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-Id: <20200828110734.1638685-4-marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 4d0724a..8c9bbfa 100755
--- a/configure
+++ b/configure
@@ -7523,7 +7523,7 @@ fi
if test "$secret_keyring" = "yes" ; then
echo "CONFIG_SECRET_KEYRING=y" >> $config_host_mak
if test "$have_keyutils" = "yes" ; then
- echo "CONFIG_TEST_SECRET_KEYRING=y" >> $config_host_mak
+ echo "CONFIG_KEYUTILS=y" >> $config_host_mak
fi
fi