$NetBSD: patch-configure,v 1.2 2021/05/29 06:16:56 adam Exp $

Portability fix.

--- configure.orig	2021-05-26 22:13:00.000000000 +0000
+++ configure
@@ -2665,7 +2665,7 @@ else
 fi
 
 
-if test "x$enable_static_bin" == xyes
+if test "x$enable_static_bin" = xyes
 then :
   LDFLAGS="$LDFLAGS --static"
 
