]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
- (dtucker) [configure.ac] bz#2010: fix non-portable shell construct. Patch
authorDarren Tucker <dtucker@zip.com.au>
Sat, 19 May 2012 04:25:39 +0000 (14:25 +1000)
committerDarren Tucker <dtucker@zip.com.au>
Sat, 19 May 2012 04:25:39 +0000 (14:25 +1000)
   from cjwatson at debian org.

ChangeLog
configure.ac

index 06046bebdee1d4ce44c8bc113f196fdff6164201..8f568e95922e93c6f56985e6f2a0941391f07aa6 100644 (file)
--- 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 <sys/param.h> rather than <sys/types.h>
    to fix building on some plaforms.  Fom bowman at math utah edu and
index 6ece6e18bda4f0ea2f8d0a39bb2eb0521bfe9669..bdf1d12c9eabe9e608b5cf1cfa6681c8405d17f2 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: configure.ac,v 1.490 2012/05/04 01:05:45 dtucker Exp $
+# $Id: configure.ac,v 1.491 2012/05/19 04:25:42 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.490 $)
+AC_REVISION($Revision: 1.491 $)
 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" && \