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