$NetBSD: patch-configure,v 1.3 2020/06/10 15:22:32 wiz Exp $

Fix unportable test(1) operator.
https://trac.filezilla-project.org/ticket/12201

--- configure.orig	2017-04-30 11:12:36.000000000 +0000
+++ configure
@@ -18556,7 +18556,7 @@ else
   use_mac_sandbox="no"
 fi
 
-  if test "$use_mac_sandbox" == "yes"; then
+  if test "$use_mac_sandbox" = "yes"; then
 
 $as_echo "#define USE_MAC_SANDBOX 1" >>confdefs.h
 
