| Submitter | Stefan Hajnoczi |
|---|---|
| Date | Sept. 14, 2012, 8:42 a.m. |
| Message ID | <1347612146-5407-13-git-send-email-stefanha@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/183861/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/configure b/configure index 7656c32b..92c4076 100755 --- a/configure +++ b/configure @@ -1431,10 +1431,10 @@ if test "$seccomp" != "no" ; then LIBS=`$pkg_config --libs libseccomp` seccomp="yes" else - seccomp="no" if test "$seccomp" = "yes"; then feature_not_found "libseccomp" fi + seccomp="no" fi fi ##########################################