diff options
author | 2014-12-19 17:13:38 +0100 | |
---|---|---|
committer | 2015-01-05 18:08:27 +0100 | |
commit | aa49668cc3cc680187e9e9b1d2eb8d64d72bff3e (patch) | |
tree | 722540042caa3595b55dc494e544e0a266c9354f | |
parent | Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20141216-1' into staging (diff) | |
download | qemu-aa49668cc3cc680187e9e9b1d2eb8d64d72bff3e.tar.xz qemu-aa49668cc3cc680187e9e9b1d2eb8d64d72bff3e.zip |
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>
-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 |