Message ID | 1347612146-5407-13-git-send-email-stefanha@gmail.com |
---|---|
State | New |
Headers | show |
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 ##########################################