aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2019-11-29 11:42:53 +0100
committerPaolo Bonzini <pbonzini@redhat.com>2019-12-17 19:35:47 +0100
commita358bca24026a377e0804e137a4499e4e041918d (patch)
tree8c54083f0e015e31c7bb9381bc60ec44d4f71e90 /configure
parent44901b5aff4e013783a0cfb9c743cc2ce900f019 (diff)
downloadqemu-a358bca24026a377e0804e137a4499e4e041918d.zip
qemu-a358bca24026a377e0804e137a4499e4e041918d.tar.gz
qemu-a358bca24026a377e0804e137a4499e4e041918d.tar.bz2
build: rename CONFIG_LIBCAP to CONFIG_LIBCAP_NG
Since we are actually testing for the newer capng library, rename the symbol to match. Reviewed-by: Dr. David Alan Gilbert <dgilbert@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 2943f5d..5723a29 100755
--- a/configure
+++ b/configure
@@ -6720,7 +6720,7 @@ if test "$l2tpv3" = "yes" ; then
echo "CONFIG_L2TPV3=y" >> $config_host_mak
fi
if test "$cap_ng" = "yes" ; then
- echo "CONFIG_LIBCAP=y" >> $config_host_mak
+ echo "CONFIG_LIBCAP_NG=y" >> $config_host_mak
fi
echo "CONFIG_AUDIO_DRIVERS=$audio_drv_list" >> $config_host_mak
for drv in $audio_drv_list; do