Commit aa49668c authored by Eduardo Otubo's avatar Eduardo Otubo
Browse files

seccomp: typo in configure error message



Error message was misleading people to install wrong version of
libseccomp.

Signed-off-by: default avatarEduardo Otubo <eduardo.otubo@profitbricks.com>
parent b574f602
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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