changeset: 10701:b159befd3104 tag: tip user: Mike Frysinger date: Sun Apr 29 00:26:33 2012 -0400 summary: use = with `test`, not == diff -r d8a3ea854288 -r b159befd3104 configure.ac --- a/configure.ac Fri Apr 27 00:55:42 2012 +0000 +++ b/configure.ac Sun Apr 29 00:26:33 2012 -0400 @@ -2591,7 +2591,7 @@ 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" && \