From 6eb3e051f982c69fc373c75042eafde3ce599bca Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Fri, 18 May 2012 12:25:24 +0100 Subject: Fix a bashism in configure's seccomp_filter check. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 0b2dfde96..14d1d196b 100644 --- a/configure.ac +++ b/configure.ac @@ -2615,7 +2615,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" && \ -- cgit v1.2.3