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
2
configure
vendored
2
configure
vendored
@ -1830,7 +1830,7 @@ if test "$seccomp" != "no" ; then
|
|||||||
seccomp="yes"
|
seccomp="yes"
|
||||||
else
|
else
|
||||||
if test "$seccomp" = "yes"; then
|
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
|
fi
|
||||||
seccomp="no"
|
seccomp="no"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user