From 6d9e1decdb9d3b571c5c542220ed780dda0d03ef Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Sat, 19 May 2012 14:26:10 +1000 Subject: - (dtucker) [configure.ac] bz#2010: fix non-portable shell construct. Patch from cjwatson at debian org. --- ChangeLog | 4 ++++ configure.ac | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 30d693c9..3ef71c77 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +20120519 + - (dtucker) [configure.ac] bz#2010: fix non-portable shell construct. Patch + from cjwatson at debian org. + 20120504 - (dtucker) [configure.ac] Include rather than to fix building on some plaforms. Fom bowman at math utah edu and diff --git a/configure.ac b/configure.ac index 920d3119..6be17b89 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -# $Id: configure.ac,v 1.489.2.1 2012/05/04 01:05:24 dtucker Exp $ +# $Id: configure.ac,v 1.489.2.2 2012/05/19 04:26:11 dtucker Exp $ # # Copyright (c) 1999-2004 Damien Miller # @@ -15,7 +15,7 @@ # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. AC_INIT([OpenSSH], [Portable], [openssh-unix-dev@mindrot.org]) -AC_REVISION($Revision: 1.489.2.1 $) +AC_REVISION($Revision: 1.489.2.2 $) AC_CONFIG_SRCDIR([ssh.c]) AC_LANG([C]) @@ -2591,7 +2591,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