$NetBSD: patch-configure,v 1.1 2020/08/08 22:52:57 brook Exp $

Use of == with test is not portable; use = instead.

--- configure.orig	2018-06-09 10:48:44.000000000 +0000
+++ configure
@@ -3795,7 +3795,7 @@ _ACEOF
 
 fi
 
-if test "${ac_cv_lib_expat_XML_ParserCreate}" == yes; then
+if test "${ac_cv_lib_expat_XML_ParserCreate}" = yes; then
    LIBS="${LIBS} -lexpat"
 fi
 
