aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorEduardo Otubo <eduardo.otubo@profitbricks.com>2014-12-19 17:13:38 +0100
committerEduardo Otubo <eduardo.otubo@profitbricks.com>2015-01-05 18:08:27 +0100
commitaa49668cc3cc680187e9e9b1d2eb8d64d72bff3e (patch)
tree722540042caa3595b55dc494e544e0a266c9354f /configure
parentb574f602680d41c4cf4a9c106e3e2244bed01cdd (diff)
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>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index cae588c12..753964552 100755
--- a/configure
+++ b/configure
@@ -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