summaryrefslogtreecommitdiff
path: root/editors/poedit/patches/patch-aa
blob: 20d6611a0d354c542401d07fd2ec90de78e29286 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-aa,v 1.6 2019/05/21 17:44:46 wiz Exp $

Fix unportable test(1) operator.
https://github.com/vslavik/poedit/pull/575

--- configure.orig	2017-07-23 17:10:09.000000000 +0000
+++ configure
@@ -8787,7 +8787,7 @@ fi
 
 
 
-if test "x$GXX" == "xyes"; then
+if test "x$GXX" = "xyes"; then
     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
 if ${ac_cv_path_SED+:} false; then :