summaryrefslogtreecommitdiff
path: root/net/filezilla/patches/patch-configure
blob: 8a5ec4bde538681161d23b12f94c54b30f64a1e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-configure,v 1.2 2017/05/29 12:51:52 wiz Exp $

Fix unportable test(1) operator.

--- 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