mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 23:03:54 -06:00
seccomp: typo in configure error message
Error message was misleading people to install wrong version of libseccomp. Signed-off-by: Eduardo Otubo <eduardo.otubo@profitbricks.com>
This commit is contained in:
parent
b574f60268
commit
aa49668cc3
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -1830,7 +1830,7 @@ if test "$seccomp" != "no" ; then
|
|||
seccomp="yes"
|
||||
else
|
||||
if test "$seccomp" = "yes"; then
|
||||
feature_not_found "libseccomp" "Install libseccomp devel >= 2.1.0"
|
||||
feature_not_found "libseccomp" "Install libseccomp devel >= 2.1.1"
|
||||
fi
|
||||
seccomp="no"
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue