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:
Eduardo Otubo 2014-12-19 17:13:38 +01:00
parent b574f60268
commit aa49668cc3
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -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