diff options
author | Colin Watson <cjwatson@debian.org> | 2012-05-18 12:25:24 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2012-05-18 12:25:24 +0100 |
commit | 6eb3e051f982c69fc373c75042eafde3ce599bca (patch) | |
tree | c1dbca4859ebbf6b36b1c1483ea42ab27916af4b /configure | |
parent | dabbdfacc9f6995b0739772a47704186dcf34ea5 (diff) |
Fix a bashism in configure's seccomp_filter check.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11918,7 +11918,7 @@ $as_echo "#define SANDBOX_DARWIN 1" >>confdefs.h | |||
11918 | 11918 | ||
11919 | elif test "x$sandbox_arg" = "xseccomp_filter" || \ | 11919 | elif test "x$sandbox_arg" = "xseccomp_filter" || \ |
11920 | ( test -z "$sandbox_arg" && \ | 11920 | ( test -z "$sandbox_arg" && \ |
11921 | test "x$have_seccomp_filter" == "x1" && \ | 11921 | test "x$have_seccomp_filter" = "x1" && \ |
11922 | test "x$ac_cv_header_linux_audit_h" = "xyes" && \ | 11922 | test "x$ac_cv_header_linux_audit_h" = "xyes" && \ |
11923 | test "x$have_seccomp_audit_arch" = "x1" && \ | 11923 | test "x$have_seccomp_audit_arch" = "x1" && \ |
11924 | test "x$have_linux_no_new_privs" = "x1" && \ | 11924 | test "x$have_linux_no_new_privs" = "x1" && \ |