From aa49668cc3cc680187e9e9b1d2eb8d64d72bff3e Mon Sep 17 00:00:00 2001 From: Eduardo Otubo Date: Fri, 19 Dec 2014 17:13:38 +0100 Subject: [PATCH] seccomp: typo in configure error message Error message was misleading people to install wrong version of libseccomp. Signed-off-by: Eduardo Otubo --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index cae588c128..7539645521 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