projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b574f60
)
seccomp: typo in configure error message
author
Eduardo Otubo
<eduardo.otubo@profitbricks.com>
Fri, 19 Dec 2014 16:13:38 +0000
(17:13 +0100)
committer
Eduardo Otubo
<eduardo.otubo@profitbricks.com>
Mon, 5 Jan 2015 17:08:27 +0000
(18:08 +0100)
Error message was misleading people to install wrong version of
libseccomp.
Signed-off-by: Eduardo Otubo <eduardo.otubo@profitbricks.com>
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index
cae588c
..
7539645
100755
(executable)
--- 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