$NetBSD: patch-configure,v 1.1 2016/07/08 09:09:47 kamil Exp $

Fix unportable shell constructs.

--- configure.orig	2021-05-07 21:14:09.000000000 +0000
+++ configure
@@ -12956,7 +12956,7 @@ done
 
 
 ################################################################################
-if test "$EDITLINE" == yes; then
+if test "$EDITLINE" = yes; then
 
 pkg_failed=no
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EDITLINE" >&5
