diff options
author | Eduardo Otubo <eduardo.otubo@profitbricks.com> | 2014-12-19 17:13:38 +0100 |
---|---|---|
committer | Eduardo Otubo <eduardo.otubo@profitbricks.com> | 2015-01-05 18:08:27 +0100 |
commit | aa49668cc3cc680187e9e9b1d2eb8d64d72bff3e (patch) | |
tree | 722540042caa3595b55dc494e544e0a266c9354f /configure | |
parent | b574f602680d41c4cf4a9c106e3e2244bed01cdd (diff) | |
download | hqemu-aa49668cc3cc680187e9e9b1d2eb8d64d72bff3e.zip hqemu-aa49668cc3cc680187e9e9b1d2eb8d64d72bff3e.tar.gz |
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-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |