$NetBSD: patch-configure,v 1.1 2015/01/04 23:39:40 wiz Exp $

Fix unportable test(1) comparison operator.

--- configure.orig	2015-01-02 15:33:55.000000000 +0000
+++ configure
@@ -17840,7 +17840,7 @@ else
 fi
 
 
-if test $platform_win32 == yes; then :
+if test $platform_win32 = yes; then :
 
 else
 
