diff --git a/configure.ac b/configure.ac index 21b6112..ce9a676 100644 --- a/configure.ac +++ b/configure.ac @@ -2595,7 +2595,7 @@ elif test "x$sandbox_arg" = "xdarwin" || \ AC_DEFINE([SANDBOX_DARWIN], [1], [Sandbox using Darwin sandbox_init(3)]) elif test "x$sandbox_arg" = "xseccomp_filter" || \ ( test -z "$sandbox_arg" && \ - test "x$have_seccomp_filter" == "x1" && \ + test "x$have_seccomp_filter" = "x1" && \ test "x$ac_cv_header_linux_audit_h" = "xyes" && \ test "x$have_seccomp_audit_arch" = "x1" && \ test "x$have_linux_no_new_privs" = "x1" && \