summaryrefslogtreecommitdiff
path: root/net-misc/openssh-x/files/openssh-6.0_p1-test.patch
blob: 8b988aed9b5e48cbf84c4dc160025028aa083871 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
changeset:   10701:b159befd3104
tag:         tip
user:        Mike Frysinger <vapier@gentoo.org>
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" && \